You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/03/30 01:55:11 UTC

[hbase] branch master updated (aaae46c -> 5d4e020)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from aaae46c  HBASE-23845 Removed deprecated setMaxVersions from Scan (#1208)
     add 5d4e020  HBASE-23798 Remove hbase-prototcol module (#1360)

No new revisions were added by this update.

Summary of changes:
 hbase-assembly/pom.xml                             |    4 -
 hbase-client/pom.xml                               |    4 -
 .../java/org/apache/hadoop/hbase/client/Admin.java |   46 +-
 .../java/org/apache/hadoop/hbase/client/Table.java |   70 +-
 .../hadoop/hbase/client/coprocessor/Batch.java     |   39 +-
 .../hadoop/hbase/ipc/CoprocessorRpcChannel.java    |    2 +-
 .../hadoop/hbase/ipc/ServerRpcController.java      |   25 +-
 .../apache/hadoop/hbase/protobuf/ProtobufUtil.java | 1807 --------------------
 .../hadoop/hbase/shaded/protobuf/ProtobufUtil.java |   16 +-
 .../snapshot/ClientSnapshotDescriptionUtils.java   |    8 +-
 hbase-endpoint/pom.xml                             |    4 -
 .../hadoop/hbase/coprocessor/TestSecureExport.java |    3 +-
 hbase-examples/pom.xml                             |    4 -
 .../java/org/apache/hadoop/hbase/types/PBCell.java |   18 +-
 .../java/org/apache/hadoop/hbase/types/PBType.java |   20 +-
 .../src/main/protobuf/CellMessage.proto            |    6 +-
 .../org/apache/hadoop/hbase/types/TestPBCell.java  |   30 +-
 hbase-it/pom.xml                                   |    4 -
 hbase-mapreduce/pom.xml                            |   12 -
 .../hadoop/hbase/mapreduce/TableMapReduceUtil.java |    1 -
 .../TestImportTSVWithVisibilityLabels.java         |    3 +-
 hbase-protocol/README.txt                          |   13 -
 hbase-protocol/pom.xml                             |  216 ---
 .../google/protobuf/HBaseZeroCopyByteString.java   |   77 -
 .../org/apache/hadoop/hbase/util/ByteStringer.java |   69 -
 .../src/main/protobuf/AccessControl.proto          |  140 --
 hbase-protocol/src/main/protobuf/Admin.proto       |  310 ----
 .../src/main/protobuf/Authentication.proto         |   83 -
 hbase-protocol/src/main/protobuf/Cell.proto        |   69 -
 hbase-protocol/src/main/protobuf/Client.proto      |  550 ------
 hbase-protocol/src/main/protobuf/ClusterId.proto   |   35 -
 .../src/main/protobuf/ClusterStatus.proto          |  283 ---
 hbase-protocol/src/main/protobuf/Comparator.proto  |   84 -
 hbase-protocol/src/main/protobuf/Encryption.proto  |   34 -
 .../src/main/protobuf/ErrorHandling.proto          |   59 -
 hbase-protocol/src/main/protobuf/FS.proto          |   46 -
 hbase-protocol/src/main/protobuf/Filter.proto      |  179 --
 hbase-protocol/src/main/protobuf/HBase.proto       |  254 ---
 hbase-protocol/src/main/protobuf/HFile.proto       |   50 -
 .../src/main/protobuf/LoadBalancer.proto           |   30 -
 hbase-protocol/src/main/protobuf/MapReduce.proto   |   38 -
 .../src/main/protobuf/MultiRowMutation.proto       |   48 -
 .../src/main/protobuf/PingProtocol.proto           |   68 -
 hbase-protocol/src/main/protobuf/Quota.proto       |  113 --
 hbase-protocol/src/main/protobuf/RPC.proto         |  138 --
 hbase-protocol/src/main/protobuf/RSGroup.proto     |   34 -
 .../src/main/protobuf/RSGroupAdmin.proto           |  158 --
 .../src/main/protobuf/RowProcessor.proto           |   47 -
 hbase-protocol/src/main/protobuf/Snapshot.proto    |   67 -
 .../src/main/protobuf/TestProcedure.proto          |   26 -
 hbase-protocol/src/main/protobuf/Tracing.proto     |   34 -
 .../src/main/protobuf/VisibilityLabels.proto       |   84 -
 hbase-protocol/src/main/protobuf/WAL.proto         |  177 --
 hbase-protocol/src/main/protobuf/ZooKeeper.proto   |  147 --
 hbase-protocol/src/main/protobuf/test.proto        |   44 -
 .../src/main/protobuf/test_rpc_service.proto       |   37 -
 .../apache/hadoop/hbase/rest/model/CellModel.java  |   10 +-
 hbase-server/pom.xml                               |    7 -
 .../hbase/tmpl/master/MasterStatusTmpl.jamon       |    1 -
 .../tmpl/regionserver/ServerMetricsTmpl.jamon      |    3 -
 .../hbase/snapshot/SnapshotDescriptionUtils.java   |    5 +-
 .../hadoop/hbase/protobuf/TestProtobufUtil.java    |  383 -----
 .../hbase/protobuf/TestReplicationProtobuf.java    |    3 +-
 .../TestVisibilityLabelsWithSLGStack.java          |    3 +-
 hbase-testing-util/pom.xml                         |    6 -
 hbase-thrift/pom.xml                               |    4 -
 .../TestThriftHBaseServiceHandlerWithLabels.java   |    3 +-
 pom.xml                                            |    6 -
 68 files changed, 149 insertions(+), 6252 deletions(-)
 delete mode 100644 hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
 copy hbase-protocol-shaded/src/main/protobuf/TableListMessage.proto => hbase-examples/src/main/protobuf/CellMessage.proto (88%)
 delete mode 100644 hbase-protocol/README.txt
 delete mode 100644 hbase-protocol/pom.xml
 delete mode 100644 hbase-protocol/src/main/java/com/google/protobuf/HBaseZeroCopyByteString.java
 delete mode 100644 hbase-protocol/src/main/java/org/apache/hadoop/hbase/util/ByteStringer.java
 delete mode 100644 hbase-protocol/src/main/protobuf/AccessControl.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Admin.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Authentication.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Cell.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Client.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/ClusterId.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/ClusterStatus.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Comparator.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Encryption.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/ErrorHandling.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/FS.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Filter.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/HBase.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/HFile.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/LoadBalancer.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/MapReduce.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/MultiRowMutation.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/PingProtocol.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Quota.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/RPC.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/RSGroup.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/RSGroupAdmin.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/RowProcessor.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Snapshot.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/TestProcedure.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/Tracing.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/VisibilityLabels.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/WAL.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/ZooKeeper.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/test.proto
 delete mode 100644 hbase-protocol/src/main/protobuf/test_rpc_service.proto
 delete mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestProtobufUtil.java