YARN-1742. Fixed javadoc of configuration parameter DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e167e585e9
commit
db5150bef4
@ -339,6 +339,9 @@ Release 2.4.0 - UNRELEASED
|
||||
YARN-1071. Enabled ResourceManager to recover cluster metrics
|
||||
numDecommissionedNMs after restarting. (Jian He via zjshen)
|
||||
|
||||
YARN-1742. Fixed javadoc of configuration parameter
|
||||
DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION. (Akira Ajisaka via vinodkv)
|
||||
|
||||
Release 2.3.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -736,7 +736,7 @@ public class YarnConfiguration extends Configuration {
|
||||
public static final String NM_MIN_HEALTHY_DISKS_FRACTION =
|
||||
NM_PREFIX + "disk-health-checker.min-healthy-disks";
|
||||
/**
|
||||
* By default, at least 5% of disks are to be healthy to say that the node
|
||||
* By default, at least 25% of disks are to be healthy to say that the node
|
||||
* is healthy in terms of disks.
|
||||
*/
|
||||
public static final float DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION
|
||||
|
Loading…
Reference in New Issue
Block a user