You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sa...@apache.org on 2020/02/13 22:41:19 UTC

[hbase] branch master updated (533302a -> 5f61df4)

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

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


    from 533302a  HBASE-23808 [Flakey Test] TestMasterShutdown#testMasterShutdownBefore… (#1141)
     add 5f61df4  HBASE-22827 Expose multi-region merge in shell and Admin API (#1138)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hbase/client/Admin.java |  9 ++--
 .../org/apache/hadoop/hbase/client/AsyncAdmin.java |  9 ++--
 hbase-shell/src/main/ruby/hbase/admin.rb           | 29 +++++++++---
 hbase-shell/src/main/ruby/shell/commands.rb        |  6 ++-
 .../src/main/ruby/shell/commands/merge_region.rb   | 34 +++++++++++---
 hbase-shell/src/test/ruby/hbase/admin_test.rb      | 52 ++++++++++++++++++++--
 6 files changed, 112 insertions(+), 27 deletions(-)