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/08/25 13:15:34 UTC

[hbase] branch master updated (6b0707f -> 227084c)

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 6b0707f  HBASE-24944 Remove MetaTableAccessor.getTableRegionsAndLocations in hbase-rest module (#2302)
     add 227084c  HBASE-24945 Remove MetaTableAccessor.getRegionCount (#2303)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/MetaTableAccessor.java | 30 ------------
 .../hadoop/hbase/mapred/TableMapReduceUtil.java    | 44 +++++++++---------
 .../hadoop/hbase/mapreduce/TableMapReduceUtil.java | 26 ++++++-----
 .../hbase/mapreduce/TestHRegionPartitioner.java    |  4 +-
 .../apache/hadoop/hbase/util/RegionSplitter.java   | 13 +++---
 .../hadoop/hbase/client/TestTableFavoredNodes.java |  7 +--
 .../TestSimpleRegionNormalizerOnCluster.java       | 53 +++++++++++++---------
 7 files changed, 82 insertions(+), 95 deletions(-)