org.elasticsearch.hadoop.mr
Class ESOutputFormat.ESOldAPIOutputCommitter
java.lang.Object
org.apache.hadoop.mapreduce.OutputCommitter
org.apache.hadoop.mapred.OutputCommitter
org.elasticsearch.hadoop.mr.ESOutputFormat.ESOldAPIOutputCommitter
- Enclosing class:
- ESOutputFormat
public static class ESOutputFormat.ESOldAPIOutputCommitter
- extends OutputCommitter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ESOutputFormat.ESOldAPIOutputCommitter
public ESOutputFormat.ESOldAPIOutputCommitter()
setupJob
public void setupJob(JobContext jobContext)
throws IOException
- Specified by:
setupJob
in class OutputCommitter
- Throws:
IOException
setupTask
public void setupTask(TaskAttemptContext taskContext)
throws IOException
- Specified by:
setupTask
in class OutputCommitter
- Throws:
IOException
needsTaskCommit
public boolean needsTaskCommit(TaskAttemptContext taskContext)
throws IOException
- Specified by:
needsTaskCommit
in class OutputCommitter
- Throws:
IOException
commitTask
public void commitTask(TaskAttemptContext taskContext)
throws IOException
- Specified by:
commitTask
in class OutputCommitter
- Throws:
IOException
abortTask
public void abortTask(TaskAttemptContext taskContext)
throws IOException
- Specified by:
abortTask
in class OutputCommitter
- Throws:
IOException
cleanupJob
@Deprecated
public void cleanupJob(JobContext context)
throws IOException
- Deprecated.
- Overrides:
cleanupJob
in class OutputCommitter
- Throws:
IOException