Repository: hbase Updated Branches: refs/heads/branch-2.0 23d373db3 -> 4df0b4f0e
HBASE-16848 Usage for show_peer_tableCFs command doesn't include peer Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4df0b4f0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4df0b4f0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4df0b4f0 Branch: refs/heads/branch-2.0 Commit: 4df0b4f0e1356dac989404721f0774702c027428 Parents: 23d373d Author: Peter Somogyi <psomo...@apache.org> Authored: Thu Mar 22 16:22:38 2018 +0100 Committer: Peter Somogyi <psomo...@apache.org> Committed: Fri Mar 23 16:27:15 2018 +0100 ---------------------------------------------------------------------- hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/4df0b4f0/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb ---------------------------------------------------------------------- diff --git a/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb b/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb index 0f3e78d..c7b3aab 100644 --- a/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb +++ b/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb @@ -25,7 +25,7 @@ module Shell <<-EOF Show replicable table-cf config for the specified peer. - hbase> show_peer_tableCFs + hbase> show_peer_tableCFs '2' EOF end