HBASE-20292 Wrong URLs in the descriptions for update_all_config and update_config commands in shell
This commit is contained in:
parent
e1afc5932a
commit
c329a3438f
|
@ -23,7 +23,7 @@ module Shell
|
||||||
def help
|
def help
|
||||||
<<-EOF
|
<<-EOF
|
||||||
Reload a subset of configuration on all servers in the cluster. See
|
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:
|
you would run the command in the hbase shell:
|
||||||
hbase> update_all_config
|
hbase> update_all_config
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -24,7 +24,7 @@ module Shell
|
||||||
<<-EOF
|
<<-EOF
|
||||||
Reload a subset of configuration on server 'servername' where servername is
|
Reload a subset of configuration on server 'servername' where servername is
|
||||||
host, port plus startcode. For example: host187.example.com,60020,1289493121758
|
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:
|
you would run the command in the hbase shell:
|
||||||
hbase> update_config 'servername'
|
hbase> update_config 'servername'
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue