Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 c11458448 -> cbea942ef


HBASE-20292 Wrong URLs in the descriptions for update_all_config and 
update_config commands in shell


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cbea942e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cbea942e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/cbea942e

Branch: refs/heads/branch-2.0
Commit: cbea942efbbc7197423b99c9666baff965511d96
Parents: c114584
Author: Toshihiro Suzuki <brfrn...@gmail.com>
Authored: Tue Mar 27 15:17:45 2018 +0900
Committer: Peter Somogyi <psomo...@apache.org>
Committed: Tue Mar 27 09:33:59 2018 +0200

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/cbea942e/hbase-shell/src/main/ruby/shell/commands/update_all_config.rb
----------------------------------------------------------------------
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 4ad9674..a3907a1 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
         <<-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

http://git-wip-us.apache.org/repos/asf/hbase/blob/cbea942e/hbase-shell/src/main/ruby/shell/commands/update_config.rb
----------------------------------------------------------------------
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 2ed262b..e492db5 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
         <<-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

Reply via email to