You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2017/10/02 10:34:00 UTC

[jira] [Created] (AMBARI-22107) Enable new Log Aggregation format for Yarn default configuration in Ambari

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)