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

Jonathan Hsieh commented on HBASE-14763:
----------------------------------------

The two check styles are due to deprecating two flavors of bulkload helper 
methods

#doBulkLoad(Path, Table)
#doBulkLoad(Path,Admin, Table, RegionLocator)

in favor of 

#doBulkLoad(Path,Conneciton,TableName)

I'm going to remove this deprecation and make that a separate patch.

> Remove usages of deprecated HConnection 
> ----------------------------------------
>
>                 Key: HBASE-14763
>                 URL: https://issues.apache.org/jira/browse/HBASE-14763
>             Project: HBase
>          Issue Type: Bug
>          Components: hbase
>    Affects Versions: 2.0.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 2.0.0
>
>         Attachments: hbase-14763.patch, hbase-14763.v2.patch, 
> hbase-14763.v3.patch, hbase-14763.v3.patch, hbase-14763.v4.patch
>
>
> HConnection was deprecated in 1.0.0.  There are two interfaces that are 
> supposed to be used instead -- Connection for client programs and 
> ClusterConnection for internal hbaes and special tools (LoadIncremental, 
> HBCK, etc).



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

Reply via email to