You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2017/01/11 21:36:11 UTC

ambari git commit: AMBARI-19449. Enable cartesian product edge by default for hive interactive in HDP 2.6 stack (Zhiyuan Yang via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 fdcdedae6 -> f6fdf3c3d


AMBARI-19449. Enable cartesian product edge by default for hive interactive in HDP 2.6 stack (Zhiyuan Yang via smohanty)


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

Branch: refs/heads/branch-2.5
Commit: f6fdf3c3d5bd29a505ef96c9528386dece472d24
Parents: fdcdeda
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Wed Jan 11 13:35:25 2017 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Wed Jan 11 13:35:31 2017 -0800

----------------------------------------------------------------------
 .../2.6/services/HIVE/configuration/hive-interactive-site.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f6fdf3c3/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
index 3157cd7..1c6bc3f 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
@@ -62,4 +62,11 @@ limitations under the License.
     <on-ambari-upgrade add="true"/>
   </property>
 
+  <property>
+    <name>hive.tez.cartesian-product.enabled</name>
+    <value>true</value>
+    <description>Use Tez cartesian product edge for Hive cartesian product</description>
+    <on-ambari-upgrade add="true"/>
+  </property>
+
 </configuration>