[
https://issues.apache.org/jira/browse/HBASE-14763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Hsieh updated HBASE-14763:
-----------------------------------
Attachment: hbase-14763.patch
With the patch, there are only 2 in code references to HConnection left.
(There are several more comments however -- I don't think we can fully remove
the class for 2.0).
Notable changes:
* Moves HBASE_CLIENT_CONNNECTION_IMPL to Connection form HConnection.
* Remove HConnectable
* Renamed CoprocessorHConnection to CoprocessorClusterConnection
* Deprecated strange public LoadIncrementalHFiles and addd cleaner methods for
#doBulkLoad
* Fixed visiblity of TableInputFormatBase#reverseDNS
* Changed most text HConnection -> Connection
> 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
>
>
> 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)