[
https://issues.apache.org/jira/browse/HBASE-21868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764614#comment-16764614
]
Duo Zhang commented on HBASE-21868:
-----------------------------------
I think a release note is enough. The LoadIncrementalHFiles and
BulkLoadFilesTool in 2.x both use the new way to do bulk load,
SecureBulkLoadEndpoint is only kept for being compatible with old clients? And
even for 1.x we will use SecureBulkLoadClient instead of
SecureBulkLoadEndpointClient...
And the code in LoadIncrementalHFiles is still a bit strange that we test
whether we have SecureBulkLoadEndpoint to determine whether we need to obtain a
token. Maybe this should also be removed.
> Remove SecureBulkLoadEndpoint
> -----------------------------
>
> Key: HBASE-21868
> URL: https://issues.apache.org/jira/browse/HBASE-21868
> Project: HBase
> Issue Type: Task
> Components: mapreduce
> Reporter: Duo Zhang
> Priority: Major
> Fix For: 3.0.0
>
>
> Bulk load has already been integrated into HBase core and
> SecureBulkLoadEndpoint has been marked as deprecated on 2.x. Let's remove the
> related stuffs on master. This is useful for implementing HBASE-21512 since
> we can remove several references to ClientServiceCallable.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)