Follow up to: HADOOP-18679 Add API for bulk/paged delete of files and objects Contributed by Mukund Thakur
@@ -148,6 +148,7 @@ public class TestFilterFileSystem {
FSDataOutputStream append(Path f, int bufferSize,
Progressable progress, boolean appendToNewBlock) throws IOException;
+ BulkDelete createBulkDelete(Path path) throws IllegalArgumentException, IOException;
}
@Test
@@ -257,6 +257,8 @@ public class TestHarFileSystem {
Path getEnclosingRoot(Path path) throws IOException;
+