From e058ffe4e8b944a26eb85f660681841a9e713fec Mon Sep 17 00:00:00 2001 From: Sakthi Date: Mon, 3 Jun 2019 22:32:30 -0700 Subject: [PATCH] HBASE-22535 TestShellRSGroups fails when run on JDK11 Signed-off-by: Sean Busbey (cherry picked from commit dd99ea8d14f27f982e9ee231b23d1899760a7b9b) --- .../org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java b/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java index b25752ef048..5802d96a0b6 100644 --- a/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java +++ b/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java @@ -52,7 +52,7 @@ import com.google.protobuf.ServiceException; * Client used for managing region server group information. */ @InterfaceAudience.Private -class RSGroupAdminClient implements RSGroupAdmin { +public class RSGroupAdminClient implements RSGroupAdmin { private RSGroupAdminService.BlockingInterface stub; public RSGroupAdminClient(Connection conn) throws IOException {