Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: database connection #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GersonRS
Copy link

Description of the changes

The Hive Metastore Helm chart was failing to establish a connection with the PostgreSQL database due to a missing password property in the Hive configuration file (charts/hive-metastore/templates/hive-config.yaml).

Previously, the Hive Metastore configuration did not include the javax.jdo.option.ConnectionPassword property, causing authentication failures when attempting to connect to the database.

This change ensures that the password field is correctly set using the Helm values, allowing the Hive Metastore to authenticate successfully with PostgreSQL.

This fix addresses this issue.

Breaking change

  • No
  • Yes (in the Helm chart(s)): indicate the chart, version & release note link

@GersonRS GersonRS mentioned this pull request Feb 13, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant