Repository: ambari Updated Branches: refs/heads/branch-1.5.1 e495fb9ba -> d731c1a38
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/d731c1a3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d731c1a3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d731c1a3 Branch: refs/heads/branch-1.5.1 Commit: d731c1a38dd7418e88d18d09f5bdb9f72c5bd780 Parents: e495fb9 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:17 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/d731c1a3/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>
