Skip to content

Commit caaa6fa

Browse files
committed
YARN-6328. Fix a spelling mistake in CapacityScheduler. Contributed by Jin Yibo. This closes #202
(cherry picked from commit 2d0e24e)
1 parent ed0d426 commit caaa6fa

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/CapacityScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ public Priority checkAndGetApplicationPriority(
22172217

22182218
// Get the default priority for the Queue. If Queue is non-existent,
22192219
// then
2220-
// use default priority. Do it only if user doesnt have any default.
2220+
// use default priority. Do it only if user doesn't have any default.
22212221
if (null == appPriority) {
22222222
appPriority = this.queueManager.getDefaultPriorityForQueue(queueName);
22232223
}

0 commit comments

Comments
 (0)