| Package | Description |
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapreduce | |
| org.apache.hadoop.mapreduce.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskReport
A report on the state of a task.
|
| Modifier and Type | Method and Description |
|---|---|
TaskReport[] |
YARNRunner.getTaskReports(JobID jobID,
TaskType taskType) |
TaskReport[] |
ClientServiceDelegate.getTaskReports(JobID oldJobID,
TaskType taskType) |
TaskReport[] |
LocalJobRunner.getTaskReports(JobID id,
TaskType type) |
| Modifier and Type | Method and Description |
|---|---|
static TaskReport |
TypeConverter.fromYarn(TaskReport report) |
TaskReport[] |
Job.getTaskReports(TaskType type)
Get the information of the current state of the tasks of a job.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TaskReport> |
TypeConverter.fromYarn(List<TaskReport> taskReports) |
| Modifier and Type | Method and Description |
|---|---|
TaskReport[] |
ClientProtocol.getTaskReports(JobID jobid,
TaskType type)
Grab a bunch of info on the tasks that make up the job
|
Copyright © 2013 Apache Software Foundation. All rights reserved.