|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskReport | |
---|---|
org.apache.hadoop.mapred |
Uses of TaskReport in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that return TaskReport | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |