Uses of Class
org.apache.hadoop.mapred.JobHistory.TaskAttempt

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

Uses of JobHistory.TaskAttempt in org.apache.hadoop.mapred
 

Subclasses of JobHistory.TaskAttempt in org.apache.hadoop.mapred
static class JobHistory.MapAttempt
          Helper class for logging or reading back events related to start, finish or failure of a Map Attempt on a node.
static class JobHistory.ReduceAttempt
          Helper class for logging or reading back events related to start, finish or failure of a Map Attempt on a node.
 

Methods in org.apache.hadoop.mapred that return types with arguments of type JobHistory.TaskAttempt
 Map<String,JobHistory.TaskAttempt> JobHistory.Task.getTaskAttempts()
          Returns all task attempts for this task.
 



Copyright © 2006 The Apache Software Foundation