You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/03/02 13:12:31 UTC

[GitHub] [hadoop] szilard-nemeth commented on a change in pull request #3772: YARN-11014. YARN incorrectly validates maximum capacity resources on …

szilard-nemeth commented on a change in pull request #3772:
URL: https://github.com/apache/hadoop/pull/3772#discussion_r817676541



##########
File path: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestCapacitySchedulerConfigValidator.java
##########
@@ -18,14 +18,24 @@
 
 package org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity;
 
+import com.google.common.collect.ImmutableMap;

Review comment:
       This should be: import org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableMap;
   Will fix this once I reviewed the patch and found everything except this to be okay.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org