Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
MAPREDUCE-5870 introduced the following line:
conf.setInt("yarn.cluster.max-application-priority", 10);
It should instead be:
conf.setInt(YarnConfiguration.MAX_CLUSTER_LEVEL_APPLICATION_PRIORITY, 10);