Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Description
Another good find by our Romil.
hbase(main):001:0> list TABLE a 1 row(s) Took 0.8385 seconds hbase(main):002:0> tables=list TABLE a 1 row(s) Took 0.0267 seconds hbase(main):003:0> puts tables hbase(main):004:0> p tables nil
The list command should be returning ['a'] but is not.
The command class itself appears to be doing the right thing – maybe the retval is getting lost somewhere else?
FYI stack.
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-15965 Shell test changes. Use @shell.command instead directly calling functions in admin.rb and other libraries.
- Resolved
- is related to
-
HBASE-20304 Flip default "return-values" in shell from false to true
- Closed
- is superceded by
-
HBASE-20276 [shell] Revert shell REPL change and document
- Closed