You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/04/27 15:37:35 UTC

ambari git commit: AMBARI-10664. Add new config for tez for HDP 2.3 (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 4bef8d076 -> 289a14474


AMBARI-10664. Add new config for tez for HDP 2.3  (aonishuk)


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

Branch: refs/heads/trunk
Commit: 289a1447487b49cdc1f6a03ef8a01d9eb0e6c735
Parents: 4bef8d0
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Mon Apr 27 16:36:53 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Apr 27 16:36:53 2015 +0300

----------------------------------------------------------------------
 .../2.3/services/TEZ/configuration/tez-site.xml   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/289a1447/ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
index b39cd93..be534f1 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
@@ -27,6 +27,24 @@
   </property>
 
   <property>
+    <name>tez.runtime.optimize.local.fetch</name>
+    <value>true</value>
+    <description>If the shuffle input is on the local host bypass the http fetch and access the files directly.</description>
+    <value-attributes>
+      <type>boolean</type>
+    </value-attributes>
+  </property>
+
+  <property>
+    <name>tez.task.generate.counters.per.io</name>
+    <value>true</value>
+    <description>Whether to generate counters on a per-edge basis for a Tez DAG. Helpful for in-depth analysis.</description>
+    <value-attributes>
+      <type>boolean</type>
+    </value-attributes>
+  </property>
+
+  <property>
     <name>tez.runtime.sorter.class</name>
     <value>PIPELINED</value>
     <description>Which sorter implementation to use</description>