Repository: ambari Updated Branches: refs/heads/trunk c1ecb28b7 -> 1daffd8d8
AMBARI-5350. Ambari should set hive.optimize.bucketmapjoin.sortedmerge=false in hive-site.xml. (Dmitry L via mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1daffd8d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1daffd8d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1daffd8d Branch: refs/heads/trunk Commit: 1daffd8d8324eeb3652bc7a7a2a602603ffae072 Parents: c1ecb28 Author: Mahadev Konar <[email protected]> Authored: Wed Apr 9 12:56:17 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Wed Apr 9 12:56:48 2014 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1daffd8d/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml index e1149dd..2c68837 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml @@ -187,7 +187,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>
