Repository: ambari Updated Branches: refs/heads/trunk 93f5798e0 -> 2dd2ee8ea
AMBARI-17748. Enable yarn rolling log aggregation for 2.5 hdp stack (Siddharth Seth via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2dd2ee8e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2dd2ee8e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2dd2ee8e Branch: refs/heads/trunk Commit: 2dd2ee8ea95deb70efc3b43ad076730aa36992a9 Parents: 93f5798 Author: Sumit Mohanty <[email protected]> Authored: Fri Jul 15 18:24:04 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Jul 15 18:24:04 2016 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2dd2ee8e/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml index 3eaf8a9..70e5c16 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml @@ -39,4 +39,9 @@ <value>{{stack_root}}/${hdp.version}/spark2/aux/*</value> <on-ambari-upgrade add="true"/> </property> + <property> + <name>yarn.nodemanager.log-aggregation.roll-monitoring-interval-seconds</name> + <value>3600</value> + <on-ambari-upgrade add="true"/> + </property> </configuration>
