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

feat: add hive compaction initiator configuration #799

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

GuillaumeHold
Copy link
Contributor

Which issue(s) this PR fixes

Fixes #797

Additional comments

Agreements

@@ -6,5 +6,8 @@
hive_ms_credentials_store_path: "{{ hive_ms_conf_dir }}/hive.jceks"
hive_ms_credentials_store_uri: localjceks://file{{ hive_ms_credentials_store_path }}

compaction_enabled: true
Copy link
Contributor

@rpignolet rpignolet Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discuss, change default value to false or add dependency to another variable.

@GuillaumeHold GuillaumeHold marked this pull request as draft October 27, 2023 07:59
hive_site:
hadoop.security.credential.provider.path: "{{ hive_ms_credentials_store_uri }}"
hive.compactor.initiator.on: "{{ compaction_enabled and (inventory_hostname == groups['hive_ms'][0]) | string | lower }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No new line at end of file

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

Successfully merging this pull request may close these issues.

hive ACID support
2 participants