Repository: ambari Updated Branches: refs/heads/trunk 2643dd653 -> cb5250625
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/cb525062 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cb525062 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cb525062 Branch: refs/heads/trunk Commit: cb525062599d2014c9739da7a217b1b21808f188 Parents: 2643dd6 Author: Sumit Mohanty <[email protected]> Authored: Wed Jan 11 13:35:25 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Wed Jan 11 13:36:34 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/cb525062/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>
