Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-beta-1
-
None
-
Reviewed
Description
HBase shell doesn't have a notion of UncheckedIOException, so it may not handle it correctly. For an example, if we scan not existing table the error look weird:
hbase(main):001:0> scan 'a' ROW COLUMN+CELL ERROR: a
Attachments
Attachments
Issue Links
- is duplicated by
-
HBASE-19776 shell gives unfriendly errors for nonexistant table
- Resolved