[
https://issues.apache.org/jira/browse/KUDU-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16572604#comment-16572604
]
Grant Henke commented on KUDU-2527:
-----------------------------------
[~helifu] The goal of this is a bit different as the tool is meant to show
column and partitioning information. However it could support the ability to
list the tablets as well. I haven't fully thought through all the options yet.
[~aserbin]'s recommendation to add 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. I will post this on KUDU-2529. __
> Add Describe Table Tool
> -----------------------
>
> Key: KUDU-2527
> URL: https://issues.apache.org/jira/browse/KUDU-2527
> Project: Kudu
> Issue Type: Improvement
> Reporter: Grant Henke
> Assignee: Grant Henke
> Priority: Major
>
> Add a tool to describe a table on the cli with similar information shown in
> the table web ui. Perhaps include a verbosity flag or the option to provide
> what "columns" of information to include.
> Example:
> {code}
> kudu table describe <master_addresses> <table> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)