public class DefaultDeleteTaskExecutor extends BasicDeleteTaskExecutor
DeleteTaskInfo
directly.Constructor and Description |
---|
DefaultDeleteTaskExecutor() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteOnHadoopFileSystem(TaskExecutionContext context,
String path)
Delete files on Hadoop file system.
|
deleteOnLocalFileSystem, execute, isSupported
protected void deleteOnHadoopFileSystem(TaskExecutionContext context, String path) throws IOException
BasicDeleteTaskExecutor
deleteOnHadoopFileSystem
in class BasicDeleteTaskExecutor
context
- the current contextpath
- the target pathIOException
- if I/O error was occurred while deleting filesCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.