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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.hadoop.mapred.OutputFormat has the following implementations.
Click this link to see all its implementation.

Method

voidcheckOutputSpecs(FileSystem ignored, JobConf job)
Check for validity of the output-specification for the job.
RecordWritergetRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
Get the RecordWriter for the given job.