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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

voidcheckOutputSpecs(JobContext context)
Check for validity of the output-specification for the job.
OutputCommittergetOutputCommitter(TaskAttemptContext context)
Get the output committer for this output format.
RecordWritergetRecordWriter(TaskAttemptContext context)
Get the RecordWriter for the given task.