You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: You should not use the `Derby` database in production. Derby stores data locally which does not work in high availability setups (multiple replicas) and all data is lost after Pod restarts.
41
41
42
-
To create a single node Apache Hive Metastore (v4.1.0) cluster with derby and S3 access, deploy a minio (or use any available S3 bucket):
42
+
To create a single node Apache Hive Metastore (v4.2.0) cluster with derby and S3 access, deploy a minio (or use any available S3 bucket):
@@ -130,17 +129,17 @@ You might see an error message like this:
130
129
`The authentication type 10 is not supported.`
131
130
If this is the case, either use an older PostgreSQL version or change its https://www.postgresql.org/docs/current/runtime-config-connection.html#GUC-PASSWORD-ENCRYPTION[`password_encryption`] setting to `md5`.
132
131
133
-
This installs PostgreSQL in version 10 to work around the issue mentioned above:
132
+
This installs PostgreSQL in version 12 to work around the issue mentioned above:
0 commit comments