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:25:00 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-24772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Miller updated HBASE-24772:
----------------------------------
    Issue Type: Improvement  (was: Task)

> Use GetoptLong or OptionParser in hbase-shell
> ---------------------------------------------
>
>                 Key: HBASE-24772
>                 URL: https://issues.apache.org/jira/browse/HBASE-24772
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>    Affects Versions: 3.0.0-alpha-1, 2.3.0
>            Reporter: Elliot Miller
>            Priority: Minor
>              Labels: beginner-friendly
>
> 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)