Repository: ambari Updated Branches: refs/heads/branch-2.4 afb8c9b17 -> bc141f492
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/bc141f49 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bc141f49 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bc141f49 Branch: refs/heads/branch-2.4 Commit: bc141f492ad531bd14b4742dcd3520c1c08bf29f Parents: afb8c9b 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:51 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/bc141f49/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>
