Uses of Class
org.apache.hadoop.mapred.TaskReport

Packages that use TaskReport
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of TaskReport in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return TaskReport
 TaskReport[] JobClient.getMapTaskReports(String jobId)
          Get the information of the current state of the map tasks of a job.
 TaskReport[] JobSubmissionProtocol.getMapTaskReports(String jobid)
          Grab a bunch of info on the map tasks that make up the job
 TaskReport[] JobTracker.getMapTaskReports(String jobid)
           
 TaskReport[] JobClient.getReduceTaskReports(String jobId)
          Get the information of the current state of the reduce tasks of a job.
 TaskReport[] JobSubmissionProtocol.getReduceTaskReports(String jobid)
          Grab a bunch of info on the reduce tasks that make up the job
 TaskReport[] JobTracker.getReduceTaskReports(String jobid)
           
 



Copyright © 2006 The Apache Software Foundation