hgromer commented on code in PR #6747:
URL: https://github.com/apache/hbase/pull/6747#discussion_r1979928029
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalTableBackupClient.java:
##########
@@ -225,6 +225,8 @@ private void mergeSplitBulkloads(List<String> files,
TableName tn) throws IOExce
throw new IOException(
"Failed to run MapReduceHFileSplitterJob with invalid result: " +
result);
}
+
+ incrementalCopyBulkloadHFiles(tgtFs, tn);
Review Comment:
this method cleans up the MR output dir when it finishes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]