Updated Branches: refs/heads/trunk 01594a8b1 -> 024a009e7
AMBARI-2937. YARNs health script property value should be removed. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/024a009e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/024a009e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/024a009e Branch: refs/heads/trunk Commit: 024a009e753a9ec23807d297d62be121a88beb6c Parents: 01594a8 Author: Srimanth Gunturi <[email protected]> Authored: Fri Aug 16 12:21:01 2013 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Fri Aug 16 12:21:08 2013 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml | 4 +++- .../HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/024a009e/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml index 8c65cf5..af842b3 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml @@ -162,11 +162,13 @@ </description> </property> + <!-- <property> <name>yarn.nodemanager.health-checker.script.path</name> - <value>/etc/hadoop/conf/health_check</value> + <value>/etc/hadoop/conf/health_check_nodemanager</value> <description>The health check script to run.</description> </property> + --> <property> <name>yarn.nodemanager.health-checker.interval-ms</name> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/024a009e/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml index 92c838c..d7f9e49 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml @@ -162,11 +162,13 @@ </description> </property> + <!-- <property> <name>yarn.nodemanager.health-checker.script.path</name> - <value>/etc/hadoop/conf/health_check</value> + <value>/etc/hadoop/conf/health_check_nodemanager</value> <description>The health check script to run.</description> </property> + --> <property> <name>yarn.nodemanager.health-checker.interval-ms</name>
