Vitaly Brodetskyi created AMBARI-22107:
------------------------------------------

             Summary: Enable new Log Aggregation format for Yarn default 
configuration in Ambari
                 Key: AMBARI-22107
                 URL: https://issues.apache.org/jira/browse/AMBARI-22107
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.6.0
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Critical
             Fix For: 2.6.0


Add these properties to HDP2.6 yarn-site:
{code}
<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>
 
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to