You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/02/13 01:53:23 UTC

git commit: AMBARI-4640. Update Tez Configs for integration with YARN Application Timeline Server. (Hitesh Shah via swagle)

Updated Branches:
  refs/heads/trunk 534a00139 -> 59a5075d5


AMBARI-4640. Update Tez Configs for integration with YARN Application Timeline Server. (Hitesh Shah via swagle)


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

Branch: refs/heads/trunk
Commit: 59a5075d5ec0db431785cfe5a55369162a854c11
Parents: 534a001
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Wed Feb 12 16:53:13 2014 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Wed Feb 12 16:53:13 2014 -0800

----------------------------------------------------------------------
 .../HDP/2.1.1/services/TEZ/configuration/tez-site.xml    | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/59a5075d/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/configuration/tez-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/configuration/tez-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/configuration/tez-site.xml
index af4d7ca..5d78c08 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/configuration/tez-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/configuration/tez-site.xml
@@ -194,4 +194,13 @@
     Only applicable if tez.runtime.intermediate-input.is-compressed is enabled.</description>
   </property>
 
-</configuration>
\ No newline at end of file
+  <!-- Configuration for ATS integration -->
+
+  <property>
+    <name>tez.yarn.ats.enabled</name>
+    <value>true</value>
+    <description>Whether to send history events to YARN Application Timeline Server</description>
+  </property>
+
+</configuration>
+