[jira] [Updated] (HBASE-26543) correct parsing of hbase shell args with GetoptLong

2022-01-07 Thread Sean Busbey (Jira)


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

Sean Busbey updated HBASE-26543:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> correct parsing of hbase shell args with GetoptLong
> ---
>
> 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, 2.6.0, 3.0.0-alpha-3
>
>
> shell cli arg parsing is broken:
>  * debug is eating a possible arg
>  * -D handling is consuming part of ARGV without declaring it
>  * -Dfoo=bar no longer works
>  * 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)


[jira] [Updated] (HBASE-26543) correct parsing of hbase shell args with GetoptLong

2022-01-07 Thread Sean Busbey (Jira)


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

Sean Busbey updated HBASE-26543:

Summary: correct parsing of hbase shell args with GetoptLong  (was: HBase 
shell no longer properly parses several args)

> correct parsing of hbase shell args with GetoptLong
> ---
>
> 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, 2.6.0, 3.0.0-alpha-3
>
>
> shell cli arg parsing is broken:
>  * debug is eating a possible arg
>  * -D handling is consuming part of ARGV without declaring it
>  * -Dfoo=bar no longer works
>  * 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)