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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
