HBASE-23798 Remove hbase-prototcol module (#1360)
commit5d4e020c3d25d38f684984b20acb81b3c98aed3a
authorDuo Zhang <zhangduo@apache.org>
Mon, 30 Mar 2020 01:54:59 +0000 (30 09:54 +0800)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 01:54:59 +0000 (30 09:54 +0800)
tree909efcac2dd14fac7e2d013672dc30cda09b3f3d
parentaaae46c976dc7d99779f86bf2b7ec73730e20577
HBASE-23798 Remove hbase-prototcol module (#1360)

Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
Signed-off-by: stack <stack@apache.org>
67 files changed:
hbase-assembly/pom.xml
hbase-client/pom.xml
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/Batch.java
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.java
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/ServerRpcController.java
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java [deleted file]
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/ClientSnapshotDescriptionUtils.java
hbase-endpoint/pom.xml
hbase-endpoint/src/test/java/org/apache/hadoop/hbase/coprocessor/TestSecureExport.java
hbase-examples/pom.xml
hbase-examples/src/main/java/org/apache/hadoop/hbase/types/PBCell.java
hbase-examples/src/main/java/org/apache/hadoop/hbase/types/PBType.java
hbase-examples/src/main/protobuf/CellMessage.proto [moved from hbase-protocol/src/main/protobuf/TestProcedure.proto with 78% similarity]
hbase-examples/src/test/java/org/apache/hadoop/hbase/types/TestPBCell.java
hbase-it/pom.xml
hbase-mapreduce/pom.xml
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTSVWithVisibilityLabels.java
hbase-protocol/README.txt [deleted file]
hbase-protocol/pom.xml [deleted file]
hbase-protocol/src/main/java/com/google/protobuf/HBaseZeroCopyByteString.java [deleted file]
hbase-protocol/src/main/java/org/apache/hadoop/hbase/util/ByteStringer.java [deleted file]
hbase-protocol/src/main/protobuf/AccessControl.proto [deleted file]
hbase-protocol/src/main/protobuf/Admin.proto [deleted file]
hbase-protocol/src/main/protobuf/Authentication.proto [deleted file]
hbase-protocol/src/main/protobuf/Cell.proto [deleted file]
hbase-protocol/src/main/protobuf/Client.proto [deleted file]
hbase-protocol/src/main/protobuf/ClusterId.proto [deleted file]
hbase-protocol/src/main/protobuf/ClusterStatus.proto [deleted file]
hbase-protocol/src/main/protobuf/Comparator.proto [deleted file]
hbase-protocol/src/main/protobuf/Encryption.proto [deleted file]
hbase-protocol/src/main/protobuf/ErrorHandling.proto [deleted file]
hbase-protocol/src/main/protobuf/FS.proto [deleted file]
hbase-protocol/src/main/protobuf/Filter.proto [deleted file]
hbase-protocol/src/main/protobuf/HBase.proto [deleted file]
hbase-protocol/src/main/protobuf/HFile.proto [deleted file]
hbase-protocol/src/main/protobuf/LoadBalancer.proto [deleted file]
hbase-protocol/src/main/protobuf/MapReduce.proto [deleted file]
hbase-protocol/src/main/protobuf/MultiRowMutation.proto [deleted file]
hbase-protocol/src/main/protobuf/PingProtocol.proto [deleted file]
hbase-protocol/src/main/protobuf/Quota.proto [deleted file]
hbase-protocol/src/main/protobuf/RPC.proto [deleted file]
hbase-protocol/src/main/protobuf/RSGroup.proto [deleted file]
hbase-protocol/src/main/protobuf/RSGroupAdmin.proto [deleted file]
hbase-protocol/src/main/protobuf/RowProcessor.proto [deleted file]
hbase-protocol/src/main/protobuf/Snapshot.proto [deleted file]
hbase-protocol/src/main/protobuf/Tracing.proto [deleted file]
hbase-protocol/src/main/protobuf/VisibilityLabels.proto [deleted file]
hbase-protocol/src/main/protobuf/WAL.proto [deleted file]
hbase-protocol/src/main/protobuf/ZooKeeper.proto [deleted file]
hbase-protocol/src/main/protobuf/test.proto [deleted file]
hbase-protocol/src/main/protobuf/test_rpc_service.proto [deleted file]
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/CellModel.java
hbase-server/pom.xml
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/ServerMetricsTmpl.jamon
hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java
hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestProtobufUtil.java [deleted file]
hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestReplicationProtobuf.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithSLGStack.java
hbase-testing-util/pom.xml
hbase-thrift/pom.xml
hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithLabels.java
pom.xml