YARN-6328. Fix a spelling mistake in CapacityScheduler. Contributed by Jin Yibo. This closes #202

(cherry picked from commit 2d0e24eb01)
This commit is contained in:
Sunil G 2017-03-15 14:48:05 +05:30
parent ed0d426a88
commit caaa6fa96b
1 changed files with 1 additions and 1 deletions

View File

@ -2217,7 +2217,7 @@ public Priority checkAndGetApplicationPriority(
// Get the default priority for the Queue. If Queue is non-existent,
// 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) {
appPriority = this.queueManager.getDefaultPriorityForQueue(queueName);
}