org.apache.hadoop.mapred
Class TaskAttemptContext

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

public class TaskAttemptContext
extends JobContext


Method Summary
 JobConf getJobConf()
          Get the job Configuration.
 TaskAttemptID getTaskAttemptID()
          Get the taskAttemptID.
 
Methods inherited from class org.apache.hadoop.mapred.JobContext
getProgressible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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