Szilard Nemeth created YARN-9966: ------------------------------------ Summary: Code duplication in UserGroupMappingPlacementRule Key: YARN-9966 URL: https://issues.apache.org/jira/browse/YARN-9966 Project: Hadoop YARN Issue Type: Improvement Reporter: Szilard Nemeth
The methods org.apache.hadoop.yarn.server.resourcemanager.placement.UserGroupMappingPlacementRule#validateParentQueue and org.apache.hadoop.yarn.server.resourcemanager.placement.QueuePlacementRuleUtils#validateQueueMappingUnderParentQueue are exactly the same. We need to extract it to a common method and delete one of these dupes. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org