hunshenshi commented on a change in pull request #1018: YARN-9643:Federation:
Add subClusterID in nodes page of Router web
URL: https://github.com/apache/hadoop/pull/1018#discussion_r297961803
##########
File path:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/MockNodes.java
##########
@@ -165,6 +167,11 @@ public String getHostName() {
return this.hostName;
}
+ @Override
+ public String getClusterID() {
Review comment:
I will add a test in TestNodesListManager
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]