[
https://issues.apache.org/jira/browse/HBASE-22600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866144#comment-16866144
]
Duo Zhang commented on HBASE-22600:
-----------------------------------
Copied from the release note of HBASE-21512.
{quote}
LoadIncrementalHFiles has been removed. It was marked as deprecated in 2.2.0 so
by default is should only be removed in 4.0.0. But it is an implementation
class, neither an interface nor a data structure, it is not a good practice to
make it public as it exposes several internal states, and is also easily to be
misused in the future, so we just remove it in 3.0.0. Users can use
BulkLoadHFiles in your code, and there is no difference when executing bulk
load from command line.
{quote}
> Document that LoadIncrementalHFiles will be removed in 3.0.0
> ------------------------------------------------------------
>
> Key: HBASE-22600
> URL: https://issues.apache.org/jira/browse/HBASE-22600
> Project: HBase
> Issue Type: Sub-task
> Reporter: Duo Zhang
> Priority: Major
>
> Here we break the rule, it should be removed in 4.0.0 by default. So we need
> to document clearly that it will be removed 3.0.0, and also explain the
> reason.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)