[
https://issues.apache.org/jira/browse/KUDU-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16572605#comment-16572605
]
Grant Henke commented on KUDU-2529:
-----------------------------------
Adding a _-tables=<tables>_ flag to the _kudu table list --list_tablets
<master_addresses>_ tool makes sense for what you are looking for. Then adding
_kudu tablet list_replicas <master_addresses> <tablet_uuid> to get the
replicas._
{code:java}
kudu table list --list_tablets -tables=<tables> <master_addresses>
kudu tablet list_replicas <master_addresses> <tablet_uuid>
{code}
> kudu CLI command supports list the tablets under a table and list the
> replicas of a tablet
> -------------------------------------------------------------------------------------------
>
> Key: KUDU-2529
> URL: https://issues.apache.org/jira/browse/KUDU-2529
> Project: Kudu
> Issue Type: Improvement
> Components: CLI
> Affects Versions: 1.7.1
> Reporter: HeLifu
> Priority: Major
>
> kudu CLI command supports list the tablets under a table and list the
> replicas of a tablet.
> Example:
>
> {code:java}
> kudu table tablet <master_addresses> <table_name>
> kudu tablet replica <master_addresses> <tablet_uuid>
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)