org.apache.hadoop.hbase.mapreduce
Class TableOutputCommitter

java.lang.Object
  extended by org.apache.hadoop.mapreduce.OutputCommitter
      extended by org.apache.hadoop.hbase.mapreduce.TableOutputCommitter

public class TableOutputCommitter
extends org.apache.hadoop.mapreduce.OutputCommitter

Small committer class that does not do anything.


Constructor Summary
TableOutputCommitter()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableOutputCommitter

public TableOutputCommitter()
Method Detail

abortTask

public void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
               throws IOException
Specified by:
abortTask in class org.apache.hadoop.mapreduce.OutputCommitter
Throws:
IOException

cleanupJob

public void cleanupJob(org.apache.hadoop.mapreduce.JobContext arg0)
                throws IOException
Specified by:
cleanupJob in class org.apache.hadoop.mapreduce.OutputCommitter
Throws:
IOException

commitTask

public void commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
                throws IOException
Specified by:
commitTask in class org.apache.hadoop.mapreduce.OutputCommitter
Throws:
IOException

needsTaskCommit

public boolean needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
                        throws IOException
Specified by:
needsTaskCommit in class org.apache.hadoop.mapreduce.OutputCommitter
Throws:
IOException

setupJob

public void setupJob(org.apache.hadoop.mapreduce.JobContext arg0)
              throws IOException
Specified by:
setupJob in class org.apache.hadoop.mapreduce.OutputCommitter
Throws:
IOException

setupTask

public void setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
               throws IOException
Specified by:
setupTask in class org.apache.hadoop.mapreduce.OutputCommitter
Throws:
IOException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.