From 8018c28c2b73ea0301d7b74256f5a93d7eab57ee Mon Sep 17 00:00:00 2001 From: Toshihiro Suzuki Date: Tue, 27 Mar 2018 15:17:45 +0900 Subject: [PATCH] HBASE-20292 Wrong URLs in the descriptions for update_all_config and update_config commands in shell --- hbase-shell/src/main/ruby/shell/commands/update_all_config.rb | 2 +- hbase-shell/src/main/ruby/shell/commands/update_config.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-shell/src/main/ruby/shell/commands/update_all_config.rb b/hbase-shell/src/main/ruby/shell/commands/update_all_config.rb index 05295b7996a..16d3728bf3b 100644 --- a/hbase-shell/src/main/ruby/shell/commands/update_all_config.rb +++ b/hbase-shell/src/main/ruby/shell/commands/update_all_config.rb @@ -23,7 +23,7 @@ module Shell def help return <<-EOF Reload a subset of configuration on all servers in the cluster. See -http://hbase.apache.org/book.html?dyn_config for more details. Here is how +http://hbase.apache.org/book.html#dyn_config for more details. Here is how you would run the command in the hbase shell: hbase> update_all_config EOF diff --git a/hbase-shell/src/main/ruby/shell/commands/update_config.rb b/hbase-shell/src/main/ruby/shell/commands/update_config.rb index 9f65fddd25d..05db24ff725 100644 --- a/hbase-shell/src/main/ruby/shell/commands/update_config.rb +++ b/hbase-shell/src/main/ruby/shell/commands/update_config.rb @@ -24,7 +24,7 @@ module Shell return <<-EOF Reload a subset of configuration on server 'servername' where servername is host, port plus startcode. For example: host187.example.com,60020,1289493121758 -See http://hbase.apache.org/book.html?dyn_config for more details. Here is how +See http://hbase.apache.org/book.html#dyn_config for more details. Here is how you would run the command in the hbase shell: hbase> update_config 'servername' EOF