Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.6.0
-
None
Description
Add these properties to HDP2.6 yarn-site:
<property> <name>yarn.log-aggregation.file-formats</name> <value>IndexedFormat,TFile</value> </property> <property> <name>yarn.log-aggregation.file-controller.TFile.class </name> <value>org.apache.hadoop.yarn.logaggregation.filecontroller.tfile.LogAggregationTFileController</value> </property> <property> <name>yarn.log-aggregation.file-controller.IndexedFormat.class </name> <value>org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.LogAggregationIndexedFileController</value> </property>