-
Notifications
You must be signed in to change notification settings - Fork 380
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
[Subtask] Simplify hive matestore configuration #196
Milestone
Comments
7 tasks
@xunliu would you please help to work on this when you have time? |
This task depends on #308 |
This should be related to #415 |
In #478, we will add catalog-specific configuration files like |
jerryshao
pushed a commit
that referenced
this issue
Oct 12, 2023
### What changes were proposed in this pull request? In this PR, we introduce the following points: - Remove the catalog-related configuration from `Graviton` server configuration file. - Support setting catalog configuration with a separate config file located in `catalogs` module - Provide catalog-related configurations for a specific engine with an unique prefix. ### Why are the changes needed? Fix: #478 Fix: #196 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? New UTs
Clearvive
pushed a commit
that referenced
this issue
Oct 17, 2023
### What changes were proposed in this pull request? In this PR, we introduce the following points: - Remove the catalog-related configuration from `Graviton` server configuration file. - Support setting catalog configuration with a separate config file located in `catalogs` module - Provide catalog-related configurations for a specific engine with an unique prefix. ### Why are the changes needed? Fix: #478 Fix: #196 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? New UTs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
The current hive matestore is very difficult to configuration using
hive-site.xml
.Graviton's catalog-hive uses only a few parameters, so we can use
catalog-hive.properties
orcatalog-hive.conf
file to simplify configuration.Parent issue
#58
The text was updated successfully, but these errors were encountered: