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

Packages that use JobHistory.TaskAttempt
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 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.
 

Methods in org.apache.hadoop.mapred with parameters of type JobHistory.TaskAttempt
static String JobHistory.getTaskLogsUrl(JobHistory.TaskAttempt attempt)
          Return the TaskLogsUrl of a particular TaskAttempt
 



Copyright © 2009 The Apache Software Foundation