You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2020/12/16 13:59:48 UTC

[hbase] branch branch-1 updated (8e45165 -> d8083e8)

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

vjasani pushed a change to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 8e45165  HBASE-25292 Improve InetSocketAddress usage discipline (#2669)
     add d8083e8  HBASE-25246 Backup/Restore hbase cell tags (#2767)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/protobuf/ProtobufUtil.java |  54 +++++-
 .../org/apache/hadoop/hbase/types/TestPBCell.java  |   4 +-
 .../org/apache/hadoop/hbase/mapreduce/Import.java  |   8 +-
 .../hbase/mapreduce/ResultSerialization.java       |   4 +-
 .../hadoop/hbase/mapreduce/TestImportExport.java   | 211 +++++++++++++++++++++
 .../hadoop/hbase/protobuf/TestProtobufUtil.java    |  94 +++++++++
 src/main/asciidoc/_chapters/ops_mgt.adoc           |   6 +
 7 files changed, 369 insertions(+), 12 deletions(-)