[
https://issues.apache.org/jira/browse/KUDU-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16572545#comment-16572545
]
Alexey Serbin commented on KUDU-2527:
-------------------------------------
[~helifu] I think you could try {{kudu table list --list_tablets
<master_addresses>}} to achieve the desired result even now (if I understood
correctly what you mean). The only caveat is the command would output
information on all tables in the cluster, not the specific one, but you can
find the corresponding section in the output just searching for the name of the
tablet in question.
BTW, if you are interested in adding table-name filtering into the {{kudu table
list}} CLI command, that looks like a nice thing to have and your contribution
would be appreciated. :)
> 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)