-
Notifications
You must be signed in to change notification settings - Fork 9k
YARN-11445. [Federation] Add getClusterInfo, getClusterUserInfo REST APIs for Router. #5472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@goiri Can you help review this pr? Thank you very much! |
@@ -42,6 +42,8 @@ public class ClusterUserInfo { | |||
// User who has placed the request | |||
protected String requestedUser; | |||
|
|||
private String subClusterId; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to have a checkstyle error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will modify the code.
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@goiri Thank you very much for your help in reviewing the code! |
…APIs for Router. (apache#5472)
JIRA: YARN-11445. [Federation] Add getClusterInfo, getClusterUserInfo REST APIs for Router.