org.apache.hadoop.mapred
Class TaskAttemptContext
java.lang.Object
org.apache.hadoop.mapred.JobContext
org.apache.hadoop.mapred.TaskAttemptContext
public class TaskAttemptContext
- extends JobContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTaskAttemptID
public TaskAttemptID getTaskAttemptID()
- Get the taskAttemptID.
- Returns:
- TaskAttemptID
getJobConf
public JobConf getJobConf()
- Get the job Configuration.
- Overrides:
getJobConf
in class JobContext
- Returns:
- JobConf
Copyright © 2008 The Apache Software Foundation