| Package | Description | 
|---|---|
| org.apache.hadoop.mapred | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | OutputCommitter. abortTask(TaskAttemptContext taskContext)Discard the task output. | 
| void | FileOutputCommitter. abortTask(TaskAttemptContext context) | 
| abstract void | OutputCommitter. commitTask(TaskAttemptContext taskContext)To promote the task's temporary output to final output location. | 
| void | FileOutputCommitter. commitTask(TaskAttemptContext context) | 
| Path | FileOutputCommitter. getWorkPath(TaskAttemptContext context,
           Path outputPath) | 
| abstract boolean | OutputCommitter. needsTaskCommit(TaskAttemptContext taskContext)Check whether task needs a commit. | 
| boolean | FileOutputCommitter. needsTaskCommit(TaskAttemptContext context) | 
| void | OutputCommitter. recoverTask(TaskAttemptContext taskContext)Recover the task output. | 
| void | FileOutputCommitter. recoverTask(TaskAttemptContext context) | 
| abstract void | OutputCommitter. setupTask(TaskAttemptContext taskContext)Sets up output for the task. | 
| void | FileOutputCommitter. setupTask(TaskAttemptContext context) | 
Copyright © 2025 Apache Software Foundation. All rights reserved.