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

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

    [ https://issues.apache.org/jira/browse/AMBARI-22107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187846#comment-16187846 ] 

Dmytro Grinenko commented on AMBARI-22107:
------------------------------------------

LGFM +1

> 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
>
>         Attachments: AMBARI-22107.patch
>
>
> 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)