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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

voidabortJob(JobContext jobContext, int status)
For aborting an unsuccessful job's output.
voidabortJob(org.apache.hadoop.mapreduce.JobContext context, org.apache.hadoop.mapreduce.JobStatus.State runState)
This method implements the new interface by calling the old method.
voidcleanupJob(JobContext jobContext)
For cleaning up the job's output after job completion.
voidcleanupJob(org.apache.hadoop.mapreduce.JobContext context)
This method implements the new interface by calling the old method.
voidcommitJob(JobContext jobContext)
For committing job's output after successful job completion.
voidcommitJob(org.apache.hadoop.mapreduce.JobContext context)
This method implements the new interface by calling the old method.
voidcommitTask(TaskAttemptContext taskContext)
To promote the task's temporary output to final output location.
voidcommitTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext)
This method implements the new interface by calling the old method.
booleanneedsTaskCommit(TaskAttemptContext taskContext)
Check whether task needs a commit.
booleanneedsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext)
This method implements the new interface by calling the old method.
voidsetupJob(JobContext jobContext)
For the framework to setup the job output during initialization.
voidsetupJob(org.apache.hadoop.mapreduce.JobContext jobContext)
This method implements the new interface by calling the old method.
voidsetupTask(TaskAttemptContext taskContext)
Sets up output for the task.
voidsetupTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext)
This method implements the new interface by calling the old method.