Class TableOutputCommitter
java.lang.Object
org.apache.hadoop.mapreduce.OutputCommitter
org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
Small committer class that does not do anything.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabortTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) voidcleanupJob(org.apache.hadoop.mapreduce.JobContext arg0) voidcommitTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) booleanbooleanneedsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) voidrecoverTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext) voidsetupJob(org.apache.hadoop.mapreduce.JobContext arg0) voidsetupTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) Methods inherited from class org.apache.hadoop.mapreduce.OutputCommitter
abortJob, commitJob, isCommitJobRepeatable, isRecoverySupported
-
Constructor Details
-
TableOutputCommitter
public TableOutputCommitter()
-
-
Method Details
-
abortTask
- Specified by:
abortTaskin classorg.apache.hadoop.mapreduce.OutputCommitter- Throws:
IOException
-
cleanupJob
- Overrides:
cleanupJobin classorg.apache.hadoop.mapreduce.OutputCommitter- Throws:
IOException
-
commitTask
- Specified by:
commitTaskin classorg.apache.hadoop.mapreduce.OutputCommitter- Throws:
IOException
-
needsTaskCommit
public boolean needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) throws IOException - Specified by:
needsTaskCommitin classorg.apache.hadoop.mapreduce.OutputCommitter- Throws:
IOException
-
setupJob
- Specified by:
setupJobin classorg.apache.hadoop.mapreduce.OutputCommitter- Throws:
IOException
-
setupTask
- Specified by:
setupTaskin classorg.apache.hadoop.mapreduce.OutputCommitter- Throws:
IOException
-
isRecoverySupported
- Overrides:
isRecoverySupportedin classorg.apache.hadoop.mapreduce.OutputCommitter
-
recoverTask
public void recoverTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext) throws IOException - Overrides:
recoverTaskin classorg.apache.hadoop.mapreduce.OutputCommitter- Throws:
IOException
-