Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-20292

Wrong URLs in the descriptions for update_all_config and update_config commands in shell

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.3.3, 1.4.4, 2.0.0, 1.2.7
    • shell
    • None

    Description

      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.

      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
      

      We should change the URLs http://hbase.apache.org/book.html?dyn_config to http://hbase.apache.org/book.html#dyn_config (replicing '?' with '#').

      Attachments

        1. HBASE-20292.master.001.patch
          2 kB
          Toshihiro Suzuki

        Activity

          People

            brfrn169 Toshihiro Suzuki
            brfrn169 Toshihiro Suzuki
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: