org.apache.accumulo.server.master
Class LogSort.SortCommit

java.lang.Object
  extended by org.apache.hadoop.mapreduce.OutputCommitter
      extended by org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
          extended by org.apache.accumulo.server.master.LogSort.SortCommit
Enclosing class:
LogSort

public static class LogSort.SortCommit
extends org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter


Field Summary
 
Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
SUCCEEDED_FILE_NAME, TEMP_DIR_NAME
 
Constructor Summary
LogSort.SortCommit(org.apache.hadoop.fs.Path outputPath, org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 
Method Summary
 void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 void cleanupJob(org.apache.hadoop.mapreduce.JobContext context)
           
 
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
abortJob, commitJob, commitTask, getWorkPath, needsTaskCommit, setupJob, setupTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogSort.SortCommit

public LogSort.SortCommit(org.apache.hadoop.fs.Path outputPath,
                          org.apache.hadoop.mapreduce.TaskAttemptContext context)
                   throws IOException
Throws:
IOException
Method Detail

abortTask

public void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext context)
Overrides:
abortTask in class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter

cleanupJob

public void cleanupJob(org.apache.hadoop.mapreduce.JobContext context)
                throws IOException
Overrides:
cleanupJob in class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
Throws:
IOException


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