瀏覽代碼

AMBARI-9482. Add new config to tez-site needed to enable tez view in Ambari (hiteshs via alejandro)

Alejandro Fernandez 10 年之前
父節點
當前提交
ab632ee9d2

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

@@ -308,4 +308,10 @@
     </description>
   </property>
 
+  <property>
+    <name>tez.runtime.convert.user-payload.to.history-text</name>
+    <value>true</value>
+    <description>Whether to publish configuration information to History logger</description>
+  </property>
+
 </configuration>