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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
abortTask
(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) void
cleanupJob
(org.apache.hadoop.mapreduce.JobContext arg0) void
commitTask
(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) boolean
boolean
needsTaskCommit
(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) void
recoverTask
(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext) void
setupJob
(org.apache.hadoop.mapreduce.JobContext arg0) void
setupTask
(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:
abortTask
in classorg.apache.hadoop.mapreduce.OutputCommitter
- Throws:
IOException
-
cleanupJob
- Overrides:
cleanupJob
in classorg.apache.hadoop.mapreduce.OutputCommitter
- Throws:
IOException
-
commitTask
- Specified by:
commitTask
in classorg.apache.hadoop.mapreduce.OutputCommitter
- Throws:
IOException
-
needsTaskCommit
public boolean needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) throws IOException - Specified by:
needsTaskCommit
in classorg.apache.hadoop.mapreduce.OutputCommitter
- Throws:
IOException
-
setupJob
- Specified by:
setupJob
in classorg.apache.hadoop.mapreduce.OutputCommitter
- Throws:
IOException
-
setupTask
- Specified by:
setupTask
in classorg.apache.hadoop.mapreduce.OutputCommitter
- Throws:
IOException
-
isRecoverySupported
- Overrides:
isRecoverySupported
in classorg.apache.hadoop.mapreduce.OutputCommitter
-
recoverTask
public void recoverTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext) throws IOException - Overrides:
recoverTask
in classorg.apache.hadoop.mapreduce.OutputCommitter
- Throws:
IOException
-