Repository: hadoop
Updated Branches:
  refs/heads/trunk eb5a17954 -> 05237636d


YARN-6274. Documentation refers to incorrect nodemanager health checker 
interval property. Contributed by WeiWei Yang


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

Branch: refs/heads/trunk
Commit: 05237636d3a359dc502e8fa2d66bfdcea274f86c
Parents: eb5a179
Author: Jason Lowe <[email protected]>
Authored: Fri Mar 3 07:57:37 2017 -0600
Committer: Jason Lowe <[email protected]>
Committed: Fri Mar 3 07:57:37 2017 -0600

----------------------------------------------------------------------
 .../hadoop-common/src/site/markdown/ClusterSetup.md                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/05237636/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md 
b/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
index e2ccbf0..1d9e9da 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
@@ -202,7 +202,7 @@ The following parameters can be used to control the node 
health monitoring scrip
 |:---- |:---- |:---- |
 | `yarn.nodemanager.health-checker.script.path` | Node health script | Script 
to check for node's health status. |
 | `yarn.nodemanager.health-checker.script.opts` | Node health script options | 
Options for script to check for node's health status. |
-| `yarn.nodemanager.health-checker.script.interval-ms` | Node health script 
interval | Time interval for running health script. |
+| `yarn.nodemanager.health-checker.interval-ms` | Node health script interval 
| Time interval for running health script. |
 | `yarn.nodemanager.health-checker.script.timeout-ms` | Node health script 
timeout interval | Timeout for health script execution. |
 
 The health checker script is not supposed to give ERROR if only some of the 
local disks become bad. NodeManager has the ability to periodically check the 
health of the local disks (specifically checks nodemanager-local-dirs and 
nodemanager-log-dirs) and after reaching the threshold of number of bad 
directories based on the value set for the config property 
yarn.nodemanager.disk-health-checker.min-healthy-disks, the whole node is 
marked unhealthy and this info is sent to resource manager also. The boot disk 
is either raided or a failure in the boot disk is identified by the health 
checker script.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to