You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/04/09 05:43:03 UTC

[jira] [Commented] (HBASE-20292) Wrong URLs in the descriptions for update_all_config and update_config commands in shell

    [ https://issues.apache.org/jira/browse/HBASE-20292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430041#comment-16430041 ] 

Hudson commented on HBASE-20292:
--------------------------------

Results for branch HBASE-19064
	[build #90 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-19064/90/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(x) {color:red}-1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-19064/90//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-19064/90//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-19064/90//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


> Wrong URLs in the descriptions for update_all_config and update_config commands in shell
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-20292
>                 URL: https://issues.apache.org/jira/browse/HBASE-20292
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>            Reporter: Toshihiro Suzuki
>            Assignee: Toshihiro Suzuki
>            Priority: Trivial
>             Fix For: 1.5.0, 1.2.7, 1.3.3, 1.4.4, 2.0.0
>
>         Attachments: HBASE-20292.master.001.patch
>
>
> When running help command for update_config and update_all_config in shell, the following output is shown but the URLs in the output are wrong.
> {code}
> hbase(main):002:0> help "update_config"
> 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
> you would run the command in the hbase shell:
>   hbase> update_config 'servername'
> hbase(main):003:0> help "update_all_config"
> 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
> you would run the command in the hbase shell:
>   hbase> update_all_config
> {code}
> We should change the URLs http://hbase.apache.org/book.html?dyn_config to http://hbase.apache.org/book.html#dyn_config (replicing '?' with '#').



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)