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

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

Introduction

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

The text is from its open source code.

Constructor

Method

Class>getCombinerClass()
Get the combiner class for the job.
ConfigurationgetConfiguration()
Return the configuration for the job.
Class>getInputFormatClass()
Get the InputFormat class for the job.
Class>getMapperClass()
Get the Mapper class for the job.
Class>getReducerClass()
Get the Reducer class for the job.