Package | Description |
---|---|
org.apache.hadoop.mapred |
Modifier and Type | Method and Description |
---|---|
TaskReport[] |
JobClient.getCleanupTaskReports(JobID jobId)
Get the information of the current state of the cleanup tasks of a job.
|
TaskReport[] |
JobClient.getMapTaskReports(JobID jobId)
Get the information of the current state of the map tasks of a job.
|
TaskReport[] |
JobClient.getMapTaskReports(String jobId)
Deprecated.
Applications should rather use
JobClient.getMapTaskReports(JobID) |
TaskReport[] |
JobClient.getReduceTaskReports(JobID jobId)
Get the information of the current state of the reduce tasks of a job.
|
TaskReport[] |
JobClient.getReduceTaskReports(String jobId)
Deprecated.
Applications should rather use
JobClient.getReduceTaskReports(JobID) |
TaskReport[] |
JobClient.getSetupTaskReports(JobID jobId)
Get the information of the current state of the setup tasks of a job.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.