[
https://issues.apache.org/jira/browse/HBASE-16672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519242#comment-15519242
]
Ashish Singhi commented on HBASE-16672:
---------------------------------------
+1 pending QA run.
{code}
/**
536 * Create a protocol buffer bulk load request
537 *
538 * @param familyPaths
539 * @param regionName
540 * @param assignSeqNum
541 * @return a bulk load request
542 */
543 public static BulkLoadHFileRequest buildBulkLoadHFileRequest(
544 final List<Pair<byte[], String>> familyPaths,
545 final byte[] regionName, boolean assignSeqNum,
546 final Token<?> userToken, final String bulkToken, boolean
copyFiles) {
{code}
Add other params also, can do it on commit if no other review comments also
please add release note to this.
> 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.v10.txt, 16672.v2.txt, 16672.v3.txt,
> 16672.v4.txt, 16672.v5.txt, 16672.v6.txt, 16672.v7.txt, 16672.v8.txt,
> 16672.v9.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)