Package | Description |
---|---|
org.apache.hadoop.mapreduce.v2.app.webapp |
Modifier and Type | Method and Description |
---|---|
static Job |
AMWebServices.getJobFromJobIdString(String jid,
AppContext appCtx)
convert a job id string to an actual job and handle all the error checking.
|
static TaskAttempt |
AMWebServices.getTaskAttemptFromTaskAttemptString(String attId,
Task task)
convert a task attempt id string to an actual task attempt and handle all
the error checking.
|
static Task |
AMWebServices.getTaskFromTaskIdString(String tid,
Job job)
convert a task id string to an actual task and handle all the error
checking.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.