You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2023/01/03 14:20:30 UTC

[GitHub] [hbase] Apache9 commented on a diff in pull request #4936: HBASE-27307 Add Move table to Target Group on master web

Apache9 commented on code in PR #4936:
URL: https://github.com/apache/hbase/pull/4936#discussion_r1060629858


##########
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:
   On master branch please just use Admin instead of RSGroupAdminClient?



-- 
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: issues-unsubscribe@hbase.apache.org

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