HBASE-21662 Add append_peer_exclude_namespaces and remove_peer_exclude_namespaces...
commit466fa920fee572fe20db3b77ebf539dc304d5f31
authormeiyi <myimeiyi@gamil.com>
Wed, 2 Jan 2019 06:08:22 +0000 (2 14:08 +0800)
committerGuanghao Zhang <zghao@apache.org>
Thu, 3 Jan 2019 02:21:43 +0000 (3 10:21 +0800)
tree6978d030223e5343da528a4ae77b46ff95c9c648
parentdb66e6cc9e1c6ea027631388aba688cb623b7d0a
HBASE-21662 Add append_peer_exclude_namespaces and remove_peer_exclude_namespaces shell commands

Signed-off-by: Guanghao Zhang <zghao@apache.org>
hbase-shell/src/main/ruby/hbase/replication_admin.rb
hbase-shell/src/main/ruby/shell.rb
hbase-shell/src/main/ruby/shell/commands/append_peer_exclude_namespaces.rb [new file with mode: 0644]
hbase-shell/src/main/ruby/shell/commands/remove_peer_exclude_namespaces.rb [new file with mode: 0644]
hbase-shell/src/test/ruby/hbase/replication_admin_test.rb