Apache9 commented on code in PR #4936: URL: https://github.com/apache/hbase/pull/4936#discussion_r1071109305
########## hbase-server/src/main/resources/hbase-webapps/master/table.jsp: ########## @@ -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" %> Review Comment: 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. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
