This project has retired. For details please refer to its
        
        Attic page.
      
- 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.OutputCommitterabortJob, cleanupJob, isRecoverySupported, isRecoverySupported, recoverTask
 
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.