Uses of Class
org.apache.hadoop.mapred.TaskReport
Packages that use TaskReport
-
Uses of TaskReport in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return TaskReportModifier and TypeMethodDescriptionJobClient.getCleanupTaskReports(JobID jobId) Get the information of the current state of the cleanup tasks of a job.JobClient.getMapTaskReports(String jobId) Deprecated.JobClient.getMapTaskReports(JobID jobId) Get the information of the current state of the map tasks of a job.JobClient.getReduceTaskReports(String jobId) Deprecated.Applications should rather useJobClient.getReduceTaskReports(JobID)JobClient.getReduceTaskReports(JobID jobId) Get the information of the current state of the reduce tasks of a job.JobClient.getSetupTaskReports(JobID jobId) Get the information of the current state of the setup tasks of a job.
JobClient.getMapTaskReports(JobID)