You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2217,7 +2217,7 @@ public Priority checkAndGetApplicationPriority(
2217
2217
2218
2218
// Get the default priority for the Queue. If Queue is non-existent,
2219
2219
// 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.
0 commit comments