Repository: ambari
Updated Branches:
  refs/heads/trunk 746df034c -> d6659bcfd


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


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

Branch: refs/heads/trunk
Commit: d6659bcfdd0af160176499fc2f47be4f31002f3c
Parents: 746df03
Author: Dmytro Sen <d...@apache.org>
Authored: Thu Apr 16 18:05:40 2015 +0300
Committer: Dmytro Sen <d...@apache.org>
Committed: Thu Apr 16 18:05:40 2015 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/services/stack_advisor.py    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d6659bcf/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 41fd157..0c10f32 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
@@ -151,7 +151,7 @@ class HDP22StackAdvisor(HDP21StackAdvisor):
       putHiveSiteProperty("hive.compactor.initiator.on", "true")
       putHiveSiteProperty("hive.compactor.worker.threads", "1")
       putHiveSiteProperty("hive.enforce.bucketing", "true")
-      putHiveSiteProperty("hive.exec.dynamic.partition.mode", "nostrict")
+      putHiveSiteProperty("hive.exec.dynamic.partition.mode", "nonstrict")
     else:
       putHiveSiteProperty("hive.txn.manager", 
"org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager")
       putHiveSiteProperty("hive.support.concurrency", "false")

Reply via email to