Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

HIVE-27792 Corrected wrong hive-site.xml in docker #4800

Closed
wants to merge 2 commits into from

Conversation

xiaolin84250
Copy link
Contributor

hive.metastore.warehouse.dir, this configuration item is configured incorrectly, causing the configuration item to not take effect.

bug image:
image
image

after fixing:
image
image

What changes were proposed in this pull request?

I changed the packaging/src/docker/conf/hive-site.xml file.

Why are the changes needed?

I discovered this bug when using it. Since the default directory does not exist for non-root users in the container, it caused an error message without permission to create databases and data tables. After that, I corrected hive.metastore.warehouse.dir, this configuration item by rebuilding the image. This bug is solved.

The correct related configuration items are in the picture below.
image

Does this PR introduce any user-facing change?

No.

Is the change a dependency upgrade?

No.

How was this patch tested?

UT

hive.metastore.warehouse.dir, this configuration item is configured incorrectly, causing the configuration item to not take effect.
@xiaolin84250
Copy link
Contributor Author

xiaolin84250 commented Oct 13, 2023

Sorry, this is my first time submitting Pull Requests. #4796 jira number was wrong, so I resubmit.
This is my issue jira: https://issues.apache.org/jira/browse/HIVE-27792

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants