AMBARI-17756. Change the default config for 
yarn.nodemanager.container-metrics.unregister-delay-ms (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f0de59fc
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f0de59fc
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f0de59fc

Branch: refs/heads/branch-2.4
Commit: f0de59fc739270061653b612c94b6d8f86938da0
Parents: 4ee76f2
Author: Andrew Onishuk <[email protected]>
Authored: Sat Jul 16 19:38:03 2016 +0300
Committer: Andrew Onishuk <[email protected]>
Committed: Sat Jul 16 19:38:03 2016 +0300

----------------------------------------------------------------------
 .../stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f0de59fc/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 70e5c16..f1b73dc 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
@@ -44,4 +44,10 @@
     <value>3600</value>
     <on-ambari-upgrade add="true"/>
   </property>
+  <property>
+    <name>yarn.nodemanager.container-metrics.unregister-delay-ms</name>
+    <value>60000</value>
+    <description>The delay time ms to unregister container metrics after 
completion.</description>
+    <on-ambari-upgrade add="false"/>
+  </property>
 </configuration>

Reply via email to