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

Solomon Duskis commented on HBASE-12017:
----------------------------------------

This seems to be a huge change.  I'm going to have to add more issues to track 
this.  I'm going to start with:

1) Replace internal uses of signatures with byte[] and String tableNames to use 
the TableName equivalents.   
2) Replace uses of HTableInterface with Table
3) Change all uses of HTable constructors to use the constructors with 
Connections rather than Configuration.

> Use Connection.createTable() instead of HTable constructors.
> ------------------------------------------------------------
>
>                 Key: HBASE-12017
>                 URL: https://issues.apache.org/jira/browse/HBASE-12017
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.99.0, 2.0.0
>            Reporter: Solomon Duskis
>            Assignee: Solomon Duskis
>
> Now that Connection and ConnectionFactory are in place, internal code should 
> use them instead of HTable constructors as per HBASE-11825.



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

Reply via email to