You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/06/03 20:38:45 UTC

[jira] Assigned: (HBASE-639) add HBaseAdmin.getTableDescriptor function

     [ https://issues.apache.org/jira/browse/HBASE-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman reassigned HBASE-639:
-----------------------------------

    Assignee: Jim Kellerman

> add HBaseAdmin.getTableDescriptor function
> ------------------------------------------
>
>                 Key: HBASE-639
>                 URL: https://issues.apache.org/jira/browse/HBASE-639
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Michael Bieniosek
>            Assignee: Jim Kellerman
>             Fix For: 0.2.0
>
>
> Currently, to get a HTableDescriptor for a particular table, I have to call listTables() and then loop through the HTableDescriptor[].  It would be nice if the API just had a function to give me a single HTableDescriptor, since I already know the name of the table I'm interested in.  Alternately, listTables could return a map of String -> HTableDescriptor, keyed off table name.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.