This project has retired. For details please refer to its
Attic page.
ImmutableOutputCommitter (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- java.lang.Object
-
- org.apache.hadoop.mapreduce.OutputCommitter
-
- org.apache.giraph.bsp.ImmutableOutputCommitter
-
public class ImmutableOutputCommitter
extends org.apache.hadoop.mapreduce.OutputCommitter
This output committer doesn't do anything, meant for the case
where output isn't desired, or as a base for not using
FileOutputCommitter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
commitJob(org.apache.hadoop.mapreduce.JobContext jobContext) |
void |
commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
boolean |
needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
setupJob(org.apache.hadoop.mapreduce.JobContext context) |
void |
setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
-
Methods inherited from class org.apache.hadoop.mapreduce.OutputCommitter
abortJob, cleanupJob, isRecoverySupported, isRecoverySupported, recoverTask
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.