You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/08/29 01:09:52 UTC

[jira] [Commented] (HBASE-9372) Restore HConstants.META_TABLE_NAME as deprecated

    [ https://issues.apache.org/jira/browse/HBASE-9372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752998#comment-13752998 ] 

Jonathan Hsieh commented on HBASE-9372:
---------------------------------------

Here's where its used in Hive:

https://github.com/apache/hive/blob/trunk/hcatalog/storage-handlers/hbase/src/java/org/apache/hcatalog/hbase/snapshot/RevisionManagerEndpointClient.java#L62

{code}
  @Override
    public void open() throws IOException {
        // clone to adjust RPC settings unique to proxy
        Configuration clonedConf = new Configuration(conf);
        clonedConf.setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 1); // do not retry RPC
        htable = new HTable(clonedConf, HConstants.META_TABLE_NAME);
    }
{code}
                
> Restore HConstants.META_TABLE_NAME as deprecated
> ------------------------------------------------
>
>                 Key: HBASE-9372
>                 URL: https://issues.apache.org/jira/browse/HBASE-9372
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.2
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 0.98.0, 0.96.0
>
>         Attachments: hbase-9372.patch
>
>
> Hive's build uses HConstants.META_TABLE_NAME[1].  We actually moved this value  to TableName.META_TABLE_NAME but didn't deprecate the old.  This puts it back in marked as deprecated.
> [1]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira