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[] |
Job.getTaskReports(TaskType type)
Get the information of the current state of the tasks of a job.
|
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 © 2022 Apache Software Foundation. All rights reserved.