HBASE-24516 Parameter copyFiles should be passed in SecureBulkLoadClient (#1868)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
7b171a3c1a
commit
c482ba866c
|
@ -138,7 +138,7 @@ public class SecureBulkLoadClient {
|
|||
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,
|
||||
|
|
Loading…
Reference in New Issue