Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.2.0
-
Reviewed
Description
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.