Skip to content

Commit

Permalink
fix: disable transactions and compactions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeHold committed Oct 27, 2023
1 parent a247faa commit c29e03d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tdp_vars_defaults/hive/hive_metastore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
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
# Hive Transactions variables
hive_transactions_enabled: false
compaction_enabled: "{{ hive_transactions_enabled }}"

hive_site:
hadoop.security.credential.provider.path: "{{ hive_ms_credentials_store_uri }}"
Expand Down

0 comments on commit c29e03d

Please sign in to comment.