You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2014/04/04 17:41:50 UTC

git commit: AMBARI-5350. Ambari should set "hive.optimize.bucketmapjoin.sortedmerge=false" in hive-site.xml (dlysnichenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0ebb16dca -> ad873dc39


AMBARI-5350. Ambari should set "hive.optimize.bucketmapjoin.sortedmerge=false" in hive-site.xml (dlysnichenko)


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

Branch: refs/heads/trunk
Commit: ad873dc39715a5a1c7db1071b32f3fc390171475
Parents: 0ebb16d
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Fri Apr 4 18:40:50 2014 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Fri Apr 4 18:40:50 2014 +0300

----------------------------------------------------------------------
 .../stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml     | 2 +-
 .../stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ad873dc3/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
index e5b8bf4..34e6231 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
@@ -168,7 +168,7 @@ limitations under the License.
 
   <property>
     <name>hive.optimize.bucketmapjoin.sortedmerge</name>
-    <value>true</value>
+    <value>false</value>
     <description> If the tables being joined are sorted and bucketized on the join columns, and they have the same number
       of buckets, a sort-merge join can be performed by setting this parameter as true.
     </description>

http://git-wip-us.apache.org/repos/asf/ambari/blob/ad873dc3/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
index bfdc8ac..1e4ba38 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
@@ -181,7 +181,7 @@ limitations under the License.
 
   <property>
     <name>hive.optimize.bucketmapjoin.sortedmerge</name>
-    <value>true</value>
+    <value>false</value>
     <description> If the tables being joined are sorted and bucketized on the join columns, and they have the same number
     of buckets, a sort-merge join can be performed by setting this parameter as true.
     </description>