-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-27307 Add Move table to Target Group on master web #4936
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. |
@Apache9 PR is available Thank you review code! |
@@ -77,6 +77,7 @@ | |||
<%@ page import="org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas" %> | |||
<%@ page import="org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuota" %> | |||
<%@ page import="java.util.stream.Collectors" %> | |||
<%@ page import="org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient" %> |
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.
On master branch please just use Admin instead of RSGroupAdminClient?
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.
On master branch please just use Admin instead of RSGroupAdminClient?
I analyzed that only RSGroupAdminClient supports the moveTables method, and Admin does not support the moveTables method
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.
IIRC, on master, the RSGroup information is stored as a table property, you just need to modify the table's property, then the table will be moved to the new rs group.
Any updates here? |
I will update as soon as possible |
e460550
to
77d29bf
Compare
udpate |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
No description provided.