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/placement/converter/LegacyMappingRuleToJson.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -138,10 +138,6 @@ public LegacyMappingRuleToJson setAppNameMappingRules(
138
138
* @return JSON Format of the provided mapping rules, null if no rules are set
139
139
*/
140
140
publicStringconvert() {
141
-
if (userGroupMappingRules == null && applicationNameMappingRules == null) {
0 commit comments