Repository: hbase Updated Branches: refs/heads/branch-1.2 3340618b4 -> 0827b300f
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/0827b300 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0827b300 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0827b300 Branch: refs/heads/branch-1.2 Commit: 0827b300fc6bf007cc01ff147ec69c3ff5987a00 Parents: 3340618 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:35:47 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/0827b300/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 3ce3d06..037630f 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 return <<-EOF Show replicable table-cf config for the specified peer. - hbase> show_peer_tableCFs + hbase> show_peer_tableCFs '2' EOF end