org.apache.hadoop.mapred
Class JobContext

java.lang.Object
  extended by org.apache.hadoop.mapreduce.JobContext
      extended by org.apache.hadoop.mapred.JobContext

Deprecated. Use JobContext instead.

@Deprecated
public class JobContext
extends JobContext


Field Summary
 
Fields inherited from class org.apache.hadoop.mapreduce.JobContext
COMBINE_CLASS_ATTR, conf, INPUT_FORMAT_CLASS_ATTR, MAP_CLASS_ATTR, OUTPUT_FORMAT_CLASS_ATTR, PARTITIONER_CLASS_ATTR, REDUCE_CLASS_ATTR
 
Method Summary
 JobConf getJobConf()
          Deprecated. Get the job Configuration
 Progressable getProgressible()
          Deprecated. Get the progress mechanism for reporting progress.
 
Methods inherited from class org.apache.hadoop.mapreduce.JobContext
getCombinerClass, getConfiguration, getGroupingComparator, getInputFormatClass, getJar, getJobID, getJobName, getMapOutputKeyClass, getMapOutputValueClass, getMapperClass, getNumReduceTasks, getOutputFormatClass, getOutputKeyClass, getOutputValueClass, getPartitionerClass, getReducerClass, getSortComparator, getWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobConf

public JobConf getJobConf()
Deprecated. 
Get the job Configuration

Returns:
JobConf

getProgressible

public Progressable getProgressible()
Deprecated. 
Get the progress mechanism for reporting progress.

Returns:
progress mechanism


Copyright © 2009 The Apache Software Foundation