AMBARI-22578. hive2 queries fails after adding any service to the cluster. (jaimin via yusaku)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/24c64b44 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/24c64b44 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/24c64b44 Branch: refs/heads/branch-feature-AMBARI-21674 Commit: 24c64b44d9b26e41cd1e30c93b993784008892f5 Parents: 5caac19 Author: Yusaku Sako <[email protected]> Authored: Mon Dec 4 08:08:55 2017 -0800 Committer: Yusaku Sako <[email protected]> Committed: Mon Dec 4 08:08:55 2017 -0800 ---------------------------------------------------------------------- .../stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/24c64b44/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml index 393d077..81c52f9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml @@ -26,6 +26,14 @@ <on-ambari-upgrade add="false"/> </property> <property> + <name>tez.am.launch.cmd-opts</name> + <value>-XX:+PrintGCDetails -verbose:gc -XX:+PrintGCTimeStamps -XX:+UseNUMA -XX:+UseParallelGC{{heap_dump_opts}}</value> + <description>Java options for the Tez AppMaster process. The Xmx value is derived based on tez.am.resource.memory.mb and is 80% of the value by default. + Used only if the value is not specified explicitly by the DAG definition. + </description> + <on-ambari-upgrade add="false"/> + </property> + <property> <name>tez.history.logging.timeline-cache-plugin.old-num-dags-per-group</name> <value>5</value> <description>DAGs per group</description>
