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
Then i install it like this: helm install hive-metastore heva-helm-charts/hive-metastore -f hive-values.yaml -n hive
And I get this error in the postgresql pod:
2025-02-05 11:59:25.636 GMT [1] LOG: database system is ready to accept connections
2025-02-05 11:59:43.200 GMT [112] FATAL: password authentication failed for user "hive"
2025-02-05 11:59:43.200 GMT [112] DETAIL: Password does not match for user "hive".
Connection matched file "/opt/bitnami/postgresql/conf/pg_hba.conf" line 1: "host all all 0.0.0.0/0 md5"
2025-02-05 11:59:44.254 GMT [113] FATAL: password authentication failed for user "hive"
And this error in the metastore pod:
02/05/25 12:06:18 INFO org.apache.hadoop.hive.metastore.HiveMetaStore: Starting hive metastore on port 9083
02/05/25 12:06:18 INFO org.apache.hadoop.hive.metastore.HiveMetaStore: 0: Opening raw store with implementation class:org.apache.hadoop.hive.metastore.ObjectStore
02/05/25 12:06:18 WARN org.apache.hadoop.hive.metastore.ObjectStore: datanucleus.autoStartMechanismMode is set to unsupported value null . Setting it to value: ignored
02/05/25 12:06:18 INFO org.apache.hadoop.hive.metastore.ObjectStore: ObjectStore, initialize called
02/05/25 12:06:18 INFO org.apache.hadoop.hive.metastore.conf.MetastoreConf: Unable to find config file hivemetastore-site.xml
02/05/25 12:06:18 INFO org.apache.hadoop.hive.metastore.conf.MetastoreConf: Found configuration file null
02/05/25 12:06:18 INFO org.apache.hadoop.hive.metastore.conf.MetastoreConf: Unable to find config file metastore-site.xml
02/05/25 12:06:18 INFO org.apache.hadoop.hive.metastore.conf.MetastoreConf: Found configuration file null
02/05/25 12:06:18 INFO DataNucleus.Persistence: Property datanucleus.cache.level2 unknown - will be ignored
02/05/25 12:06:18 INFO com.zaxxer.hikari.HikariDataSource: HikariPool-1 - Starting...
02/05/25 12:06:19 ERROR com.zaxxer.hikari.pool.HikariPool: HikariPool-1 - Exception during pool initialization.
org.postgresql.util.PSQLException: FATAL: password authentication failed for user "hive"
The text was updated successfully, but these errors were encountered:
Hi, @santurini!
I was able to fix this by adding the javax.jdo.option.ConnectionPassword property in the hive-config.yaml file.
It worked great.
I have opened this pull request for this issue.
I am using this
values.yaml
to deploy the metastore:Then i install it like this:
helm install hive-metastore heva-helm-charts/hive-metastore -f hive-values.yaml -n hive
And I get this error in the postgresql pod:
And this error in the metastore pod:
The text was updated successfully, but these errors were encountered: