You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Heng Chen (JIRA)" <ji...@apache.org> on 2015/12/04 03:20:11 UTC

[jira] [Commented] (HBASE-14925) Develop HBase shell command/tool to list table's region info through command line

    [ https://issues.apache.org/jira/browse/HBASE-14925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15039611#comment-15039611 ] 

Heng Chen commented on HBASE-14925:
-----------------------------------

Maybe we could add arguments in 'list' command.  e.g.
list 'table1', 'rs1'
list all regions in table1 on RS1

list 'table1'
list all regions in table1

list 'rs1'
list all regions on RS1

Thoughts?  [~tedyu]




> Develop HBase shell command/tool to list table's region info through command line
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-14925
>                 URL: https://issues.apache.org/jira/browse/HBASE-14925
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>            Reporter: Romil Choksi
>
> 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)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)