Repository: ambari
Updated Branches:
  refs/heads/trunk 28e68643d -> 7d62dbb7b


AMBARI-10480 BE: Extend stack-advisor to recommend property_value_attributes 
for Hive/Tez (additional patch) (dsen)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7d62dbb7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7d62dbb7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7d62dbb7

Branch: refs/heads/trunk
Commit: 7d62dbb7ba1ca98d583513d92291a45cbe13be98
Parents: 28e6864
Author: Dmytro Sen <d...@apache.org>
Authored: Thu Apr 16 15:23:05 2015 +0300
Committer: Dmytro Sen <d...@apache.org>
Committed: Thu Apr 16 15:25:02 2015 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/services/stack_advisor.py    | 2 +-
 .../src/test/python/stacks/2.2/common/test_stack_advisor.py        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7d62dbb7/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
index c3bf9ff..41fd157 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
@@ -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")

http://git-wip-us.apache.org/repos/asf/ambari/blob/7d62dbb7/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py 
b/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
index 8a721d1..dda807f 100644
--- a/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
+++ b/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
@@ -865,7 +865,7 @@ class TestHDP22StackAdvisor(TestCase):
           'hive_exec_orc_storage_strategy': 'SPEED',
           'hive_security_authorization': 'None',
           'hive_timeline_logging_enabled': 'true',
-          'hive_txn_acid': 'false'
+          'hive_txn_acid': 'Off'
         }
       },
       'hive-site': {

Reply via email to