Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
For the configuration item "yarn.scheduler.capacity.node-locality-delay" the default value given in code is "-1"
public static final int DEFAULT_NODE_LOCALITY_DELAY = -1;
In the default capacity-scheduler.xml file in the resource manager config directory it is 40.
Can it be unified to avoid confusion when the user creates the file without this configuration. IF he expects the values in the file to be default values, then it will be wrong.