YARN-6328. Fix a spelling mistake in CapacityScheduler. Contributed by Jin Yibo. This closes #202
This commit is contained in:
parent
cc1292e73a
commit
2d0e24eb01
@ -2114,7 +2114,7 @@ public Priority checkAndGetApplicationPriority(
|
|||||||
|
|
||||||
// Get the default priority for the Queue. If Queue is non-existent,
|
// Get the default priority for the Queue. If Queue is non-existent,
|
||||||
// then
|
// then
|
||||||
// use default priority. Do it only if user doesnt have any default.
|
// use default priority. Do it only if user doesn't have any default.
|
||||||
if (null == appPriority) {
|
if (null == appPriority) {
|
||||||
appPriority = this.queueManager.getDefaultPriorityForQueue(queueName);
|
appPriority = this.queueManager.getDefaultPriorityForQueue(queueName);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user