You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2014/09/24 20:23:35 UTC

[jira] [Commented] (HBASE-12083) Deprecate new HBaseAdmin() in favor of Connection.getAdmin()

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

Jean-Marc Spaggiari commented on HBASE-12083:
---------------------------------------------

While you are on all those modifcations, even if not related to current JIRA, might be nice to have something like
{code}
ConnectionFactory.createConnection();
{code}

Which create a connection with a default config.

A shortcut for
{code}
    Configuration conf = HBaseConfiguration.create();
    Connection connection = ConnectionFactory.createConnection(conf);
    HBaseAdmin admin = (HBaseAdmin)connection.getAdmin();
{code}

> Deprecate new HBaseAdmin() in favor of Connection.getAdmin()
> ------------------------------------------------------------
>
>                 Key: HBASE-12083
>                 URL: https://issues.apache.org/jira/browse/HBASE-12083
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Solomon Duskis
>            Assignee: Solomon Duskis
>




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