@@ -26,6 +26,24 @@
</description>
</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>
+
+ <name>tez.task.generate.counters.per.io</name>
+ <description>Whether to generate counters on a per-edge basis for a Tez DAG. Helpful for in-depth analysis.</description>
<property>
<name>tez.runtime.sorter.class</name>
<value>PIPELINED</value>