[
https://issues.apache.org/jira/browse/HBASE-12828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14270819#comment-14270819
]
Amit Kabra commented on HBASE-12828:
------------------------------------
Yes, getTableDescriptor(final TableName tableName) gives complete info about
the table but, we don't have convenient api to getTableAttributes, like we have
for column families ( getColumnFamilies()).
This would also be helpful for this bug :
https://issues.apache.org/jira/browse/HBASE-12821, where in order to print
table description, describe command can use getTableAttribute api along with
getColumnFamilies api.
> Add getTableAttributes API to HBaseAdmin class.
> ------------------------------------------------
>
> Key: HBASE-12828
> URL: https://issues.apache.org/jira/browse/HBASE-12828
> Project: HBase
> Issue Type: Improvement
> Reporter: Amit Kabra
> Assignee: Amit Kabra
> Priority: Minor
>
> At present, there is no api/function to get table attributes. It would be
> nice to have a function that returns table attributes given the table name.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)