Revert "HBASE-22664 Move protobuf stuff in hbase-rsgroup to hbase-protocol-shaded...
commit4ca760fe9dd373b8d8a4c48db15e42424920653c
authorDuo Zhang <zhangduo@apache.org>
Tue, 10 Sep 2019 03:14:37 +0000 (10 11:14 +0800)
committerDuo Zhang <zhangduo@apache.org>
Tue, 10 Sep 2019 03:14:37 +0000 (10 11:14 +0800)
treed872737cbc801b441accdf4a80527681c95d011e
parentc2c9984c353b3dd3a275e8e947a580cff0f188a9
Revert "HBASE-22664 Move protobuf stuff in hbase-rsgroup to hbase-protocol-shaded (#362)"

This reverts commit d36436408e04795e1d29ef58e7ddd829d6722ca3.
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
hbase-protocol-shaded/src/main/protobuf/RSGroup.proto [deleted file]
hbase-protocol-shaded/src/main/protobuf/RSGroupAdmin.proto [deleted file]
hbase-rsgroup/pom.xml
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminEndpoint.java
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupProtobufUtil.java [new file with mode: 0644]
hbase-rsgroup/src/main/protobuf/RSGroupAdmin.proto [moved from hbase-protocol/src/main/protobuf/RSGroupAdmin.proto with 100% similarity]
hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/VerifyingRSGroupAdminClient.java