-
Type:
Improvement
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-beta-2, 1.4.2, 2.0.0
-
Component/s: shell
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note:
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 Michael Stack.
- 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
-
- Resolved
-
- is superceded by
-
HBASE-20276 [shell] Revert shell REPL change and document
-
- Resolved
-