You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliot Miller (Jira)" <ji...@apache.org> on 2020/07/24 19:24:00 UTC

[jira] [Created] (HBASE-24772) Use GetoptLong or OptionParser in hbase-shell

Elliot Miller created HBASE-24772:
-------------------------------------

             Summary: Use GetoptLong or OptionParser in hbase-shell
                 Key: HBASE-24772
                 URL: https://issues.apache.org/jira/browse/HBASE-24772
             Project: HBase
          Issue Type: Task
          Components: shell
    Affects Versions: 2.3.0, 3.0.0-alpha-1
            Reporter: Elliot Miller


Currently, our hbase-shell command line argument parser is custom-rolled. It would be awesome to instead use Ruby's GetoptLong or OptionParser.
 * [https://ruby-doc.org/stdlib-2.3.0/libdoc/getoptlong/rdoc/GetoptLong.html]
 * [https://ruby-doc.org/stdlib-2.3.0/libdoc/optparse/rdoc/OptionParser.html]

There is a long-standing {{FIXME}} comment in {{bin/hirb.rb}} to address this: [https://github.com/apache/hbase/blob/975cdf7b88f001aa51d83395c663892f3b5ffbdb/bin/hirb.rb#L50]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)