[
https://issues.apache.org/jira/browse/HBASE-16672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516415#comment-15516415
]
Ashish Singhi edited comment on HBASE-16672 at 9/23/16 1:21 PM:
----------------------------------------------------------------
Can we add a new method in LimitedPrivate interface in a minor version ?
Also you are always passing copyFile as false
{code}
@Override
public Path bulkLoadHFile(String srcPathStr, long seqNum) throws IOException {
return bulkLoadHFile(srcPathStr, seqNum, false);
}
{code}
So it will not copy the hfile.
was (Author: ashish singhi):
Can we change add a new method in LimitedPrivate interface in a minor version ?
Also you are always passing copyFile as false
{code}
@Override
public Path bulkLoadHFile(String srcPathStr, long seqNum) throws IOException {
return bulkLoadHFile(srcPathStr, seqNum, false);
}
{code}
So it will not copy the hfile.
> 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,
> 16672.v5.txt, 16672.v6.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)