You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2021/12/06 21:12:00 UTC

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

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

Sean Busbey commented on HBASE-24772:
-------------------------------------

this change should not be included as is in any additional releases. it already went out in 3.0.0-alpha-1 so I can't safely revert it. HBASE-26543 currently tracking rolling forward to fix.

> 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
>            Assignee: Laxman Goswami
>            Priority: Minor
>              Labels: beginner-friendly
>             Fix For: 3.0.0-alpha-1, 2.5.0
>
>
> 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.20.1#820001)