Skip to content

Commit

Permalink
HBASE-24516 Parameter copyFiles should be passed in SecureBulkLoadCli…
Browse files Browse the repository at this point in the history
…ent (#1868)

Signed-off-by: Guanghao Zhang <[email protected]>
  • Loading branch information
QilinCao authored and infraio committed Jun 19, 2020
1 parent e46ab40 commit 8ce1f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public boolean secureBulkLoadHFiles(final ClientService.BlockingInterface client
final Token<?> userToken, final String bulkToken,
boolean copyFiles) throws IOException {
return secureBulkLoadHFiles(client, familyPaths, regionName, assignSeqNum, userToken,
bulkToken, false, null, true);
bulkToken, copyFiles, null, true);
}

public boolean secureBulkLoadHFiles(final ClientService.BlockingInterface client,
Expand Down

0 comments on commit 8ce1f25

Please sign in to comment.