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

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

Introduction

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

The text is from its open source code.

Subclass

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

Implementation

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

Method

Class>getCombinerClass()
Get the combiner class for the job.
ConfigurationgetConfiguration()
Return the configuration for the job.
CredentialsgetCredentials()
Get credentials for the job.
Class>getInputFormatClass()
Get the InputFormat class for the job.
StringgetJar()
Get the pathname of the job's jar.
JobIDgetJobID()
Get the unique ID for the job.
StringgetJobName()
Get the user-specified job name.
ClassgetMapOutputKeyClass()
Get the key class for the map output data.
ClassgetMapOutputValueClass()
Get the value class for the map output data.
Class>getMapperClass()
Get the Mapper class for the job.
intgetNumReduceTasks()
Get configured the number of reduce tasks for this job.
Class>getOutputFormatClass()
Get the OutputFormat class for the job.
ClassgetOutputKeyClass()
Get the key class for the job output data.
ClassgetOutputValueClass()
Get the value class for job outputs.
Class>getReducerClass()
Get the Reducer class for the job.
PathgetWorkingDirectory()
Get the current working directory for the default file system.