[
https://issues.apache.org/jira/browse/AMBARI-22107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187876#comment-16187876
]
Hudson commented on AMBARI-22107:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8182 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8182/])
AMBARI-22107. Enable new Log Aggregation format for Yarn default (vbrodetskyi:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=19fe4cf1e7450c7230031c660295ec6e04958519])
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml
> 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)