瀏覽代碼

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

Andrew Onishuk 10 年之前
父節點
當前提交
289a144748
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml

+ 18 - 0
ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml

@@ -26,6 +26,24 @@
     </description>
     </description>
   </property>
   </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>
   <property>
     <name>tez.runtime.sorter.class</name>
     <name>tez.runtime.sorter.class</name>
     <value>PIPELINED</value>
     <value>PIPELINED</value>