Java org.apache.hadoop.mapreduce OutputCommitter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce OutputCommitter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce OutputCommitter.

The text is from its open source code.

Subclass

org.apache.hadoop.mapreduce.OutputCommitter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidabortJob(JobContext jobContext, JobStatus.State state)
For aborting an unsuccessful job's output.
voidabortTask(TaskAttemptContext taskContext)
Discard the task output.
voidcleanupJob(JobContext jobContext)
For cleaning up the job's output after job completion.
voidcommitJob(JobContext jobContext)
For committing job's output after successful job completion.
voidcommitTask(TaskAttemptContext taskContext)
To promote the task's temporary output to final output location.
booleanisRecoverySupported()
Is task output recovery supported for restarting jobs?
booleanneedsTaskCommit(TaskAttemptContext taskContext)
Check whether task needs a commit.
voidsetupJob(JobContext jobContext)
For the framework to setup the job output during initialization.
voidsetupTask(TaskAttemptContext taskContext)
Sets up output for the task.