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

[jira] [Commented] (HBASE-26543) HBase shell no longer properly parses several args

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

Sean Busbey commented on HBASE-26543:
-------------------------------------

looks like the GetoptLong handling of flag arguments are wrong and the loop for handling arguments wasn't properly updated for use with GetoptLong.

> HBase shell no longer properly parses several args
> --------------------------------------------------
>
>                 Key: HBASE-26543
>                 URL: https://issues.apache.org/jira/browse/HBASE-26543
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 3.0.0-alpha-1, 2.5.0
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Blocker
>             Fix For: 2.5.0, 3.0.0-alpha-2
>
>
> shell cli arg parsing is broken:
> * debug is eating a possible arg
> * -D handling is consuming part of ARGV without declaring it
> * non-interactive mode is eating a possible arg
> * top level definitions is eating a possible arg
> * script2run is being ignored entirely



--
This message was sent by Atlassian Jira
(v8.20.1#820001)