TaskAttemptContext
instead.@Deprecated public class TaskAttemptContext extends TaskAttemptContext
COMBINE_CLASS_ATTR, conf, INPUT_FORMAT_CLASS_ATTR, MAP_CLASS_ATTR, OUTPUT_FORMAT_CLASS_ATTR, PARTITIONER_CLASS_ATTR, REDUCE_CLASS_ATTR
Modifier and Type | Method and Description |
---|---|
JobConf |
getJobConf()
Deprecated.
|
Progressable |
getProgressible()
Deprecated.
|
TaskAttemptID |
getTaskAttemptID()
Deprecated.
Get the taskAttemptID.
|
void |
progress()
Deprecated.
Report progress.
|
getStatus, setStatus
getCombinerClass, getConfiguration, getGroupingComparator, getInputFormatClass, getJar, getJobID, getJobName, getMapOutputKeyClass, getMapOutputValueClass, getMapperClass, getNumReduceTasks, getOutputFormatClass, getOutputKeyClass, getOutputValueClass, getPartitionerClass, getReducerClass, getSortComparator, getWorkingDirectory
public TaskAttemptID getTaskAttemptID()
getTaskAttemptID
in class TaskAttemptContext
public Progressable getProgressible()
public JobConf getJobConf()
public void progress()
TaskAttemptContext
progress
in interface Progressable
progress
in class TaskAttemptContext
Copyright © 2010 The Apache Software Foundation