-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.4.0
-
Component/s: documentation
-
Labels:
-
Target Version/s:
-
Hadoop Flags:Reviewed
In YarnConfiguration.java,
/** * By default, at least 5% 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 = 0.25F;
25% is the correct.