Description
I am going through the hbase shell commands to see if there is anything I can use to get all the regions info just for a particular table. I don’t see any such command that provides me that information.
It would be better to have a command that provides region info, start key, end key etc taking a table name as the input parameter. This is available through HBase UI on clicking on a particular table's link
A tool/shell command to get a list of regions for a table or all tables in a tabular structured output (that is machine readable)
Attachments
Attachments
Issue Links
- is related to
-
HBASE-15611 add examples to shell docs
- Open