Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.5.0
-
None
Description
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
Attachments
Issue Links
- fixes
-
HBASE-26511 hbase shell config override option does not work
- Resolved
- is caused by
-
HBASE-24772 Use GetoptLong or OptionParser in hbase-shell
- Resolved
- links to