|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskReport | |
---|---|
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
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[] |
JobTracker.getCleanupTaskReports(JobID jobid)
|
TaskReport[] |
LocalJobRunner.getCleanupTaskReports(JobID id)
|
TaskReport[] |
JobClient.getMapTaskReports(JobID jobId)
Get the information of the current state of the map tasks of a job. |
TaskReport[] |
JobTracker.getMapTaskReports(JobID jobid)
|
TaskReport[] |
LocalJobRunner.getMapTaskReports(JobID id)
|
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[] |
JobTracker.getReduceTaskReports(JobID jobid)
|
TaskReport[] |
LocalJobRunner.getReduceTaskReports(JobID id)
|
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. |
TaskReport[] |
JobTracker.getSetupTaskReports(JobID jobid)
|
TaskReport[] |
LocalJobRunner.getSetupTaskReports(JobID id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |