This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.mapreduce
Class NullOutputCommitter
java.lang.Object
   org.apache.hadoop.mapreduce.OutputCommitter
org.apache.hadoop.mapreduce.OutputCommitter
       org.apache.gora.mapreduce.NullOutputCommitter
org.apache.gora.mapreduce.NullOutputCommitter
- public class NullOutputCommitter 
- extends org.apache.hadoop.mapreduce.OutputCommitter
An OutputCommitter that does nothing.
 
| Method Summary | 
|  void | abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
 | 
|  void | cleanupJob(org.apache.hadoop.mapreduce.JobContext arg0)
 | 
|  void | commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
 | 
|  boolean | needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
 | 
|  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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NullOutputCommitter
public NullOutputCommitter()
abortTask
public void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
               throws IOException
- 
- Specified by:
- abortTaskin class- org.apache.hadoop.mapreduce.OutputCommitter
 
- 
- Throws:
- IOException
 
cleanupJob
public void cleanupJob(org.apache.hadoop.mapreduce.JobContext arg0)
                throws IOException
- 
- Overrides:
- cleanupJobin class- org.apache.hadoop.mapreduce.OutputCommitter
 
- 
- Throws:
- IOException
 
commitTask
public void commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
                throws IOException
- 
- Specified by:
- commitTaskin class- org.apache.hadoop.mapreduce.OutputCommitter
 
- 
- Throws:
- IOException
 
needsTaskCommit
public boolean needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
                        throws IOException
- 
- Specified by:
- needsTaskCommitin class- org.apache.hadoop.mapreduce.OutputCommitter
 
- 
- Throws:
- IOException
 
setupJob
public void setupJob(org.apache.hadoop.mapreduce.JobContext arg0)
              throws IOException
- 
- Specified by:
- setupJobin class- org.apache.hadoop.mapreduce.OutputCommitter
 
- 
- Throws:
- IOException
 
setupTask
public void setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
               throws IOException
- 
- Specified by:
- setupTaskin class- org.apache.hadoop.mapreduce.OutputCommitter
 
- 
- Throws:
- IOException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.