[
https://issues.apache.org/jira/browse/HBASE-16672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15511718#comment-15511718
]
Ted Yu commented on HBASE-16672:
--------------------------------
w.r.t. the SecureBulkLoadListener, we have this code:
{code}
if (bulkLoadListener != null) {
finalPath = bulkLoadListener.prepareBulkLoad(familyName, path);
}
Path commitedStoreFile = store.bulkLoadHFile(finalPath, seqId,
copyFile);
{code}
The new flag would be effective based on the return value from
bulkLoadListener.prepareBulkLoad().
I feel there is no need to modify BulkLoadListener.
Let me know if I missed something.
> Add option for bulk load to copy hfile(s) instead of renaming
> -------------------------------------------------------------
>
> Key: HBASE-16672
> URL: https://issues.apache.org/jira/browse/HBASE-16672
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 16672.v1.txt, 16672.v2.txt, 16672.v3.txt, 16672.v4.txt
>
>
> This is related to HBASE-14417, to support incrementally restoring to
> multiple destinations, this issue adds option which would always copy
> hfile(s) during bulk load.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)