Repository: ambari Updated Branches: refs/heads/branch-2.4 fd09f0787 -> 8c6ce1760
AMBARI-17597. Disable recovery in tez configs for Hive-LLAP (Hitesh Shah via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8c6ce176 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8c6ce176 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8c6ce176 Branch: refs/heads/branch-2.4 Commit: 8c6ce176023cb6434a8abf346956170dce61cdaf Parents: fd09f07 Author: Sumit Mohanty <[email protected]> Authored: Wed Jul 6 15:08:14 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Wed Jul 6 15:08:21 2016 -0700 ---------------------------------------------------------------------- .../2.5/services/HIVE/configuration/tez-interactive-site.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8c6ce176/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/tez-interactive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/tez-interactive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/tez-interactive-site.xml index 42d3459..8d8af19 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/tez-interactive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/tez-interactive-site.xml @@ -77,6 +77,11 @@ <on-ambari-upgrade add="true"/> </property> <property> + <name>tez.dag.recovery.enabled</name> + <value>false</value> + <on-ambari-upgrade add="true"/> + </property> + <property> <name>tez.am.resource.memory.mb</name> <value>1536</value> <description>The amount of memory to be used by the AppMaster</description>
