org.apache.accumulo.server.master
Class LogSort.SortCommit
java.lang.Object
org.apache.hadoop.mapreduce.OutputCommitter
org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
org.apache.accumulo.server.master.LogSort.SortCommit
- Enclosing class:
- LogSort
public static class LogSort.SortCommit
- extends org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
| Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter |
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 |
commitTask, getWorkPath, needsTaskCommit, setupJob, setupTask |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogSort.SortCommit
public LogSort.SortCommit(org.apache.hadoop.fs.Path outputPath,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException
- Throws:
IOException
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.