|
@@ -144,7 +144,7 @@ class HDP22StackAdvisor(HDP21StackAdvisor):
|
|
|
putHiveSiteProperty("hive.exec.reducers.bytes.per.reducer", "67108864")
|
|
|
|
|
|
# Transactions
|
|
|
- putHiveEnvProperty("hive_txn_acid", "false")
|
|
|
+ putHiveEnvProperty("hive_txn_acid", "Off")
|
|
|
if str(configurations["hive-env"]["properties"]["hive_txn_acid"]).lower() == "on":
|
|
|
putHiveSiteProperty("hive.txn.manager", "org.apache.hadoop.hive.ql.lockmgr.DbTxnManager")
|
|
|
putHiveSiteProperty("hive.support.concurrency", "true")
|