Repository: ambari Updated Branches: refs/heads/branch-2.5 33c28a847 -> e348f6521
AMBARI-20313. Set tez container max heap fraction to -1 by default for hive interactive in HDP 2.6 stack (Zhiyuan Yang via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e348f652 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e348f652 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e348f652 Branch: refs/heads/branch-2.5 Commit: e348f6521379477c2d686a83e6345cf4d61176a9 Parents: 33c28a8 Author: Alejandro Fernandez <[email protected]> Authored: Fri Mar 3 16:28:23 2017 -0800 Committer: Alejandro Fernandez <[email protected]> Committed: Fri Mar 3 16:28:23 2017 -0800 ---------------------------------------------------------------------- .../2.6/services/HIVE/configuration/tez-interactive-site.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e348f652/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml index c49f14b..ab1202a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml @@ -94,4 +94,12 @@ </description> <on-ambari-upgrade add="false"/> </property> + <property> + <name>tez.container.max.java.heap.fraction</name> + <value>-1</value> + <description>Setting this to -1 so that Tez can auto determine different + Xmx for different container size + </description> + <on-ambari-upgrade add="false"/> + </property> </configuration>
