You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrey Stepachev (JIRA)" <ji...@apache.org> on 2014/09/18 00:03:33 UTC

[jira] [Created] (HBASE-12010) Use TableName.META_TABLE_NAME instead of indirectly from HTableDescriptor

Andrey Stepachev created HBASE-12010:
----------------------------------------

             Summary: Use TableName.META_TABLE_NAME instead of indirectly from HTableDescriptor
                 Key: HBASE-12010
                 URL: https://issues.apache.org/jira/browse/HBASE-12010
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 2.0.0
            Reporter: Andrey Stepachev
            Assignee: Andrey Stepachev


Currently code accessed meta table name via HTableDescriptor.META_TABLEDESC.getTableName(), but we have TableName.META_TABLE_NAME already. It is better to use from one place.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)