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

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

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

Methods in org.apache.hadoop.mapred that return types with arguments of type JobHistory.JobInfo
static Map<String,Map<String,JobHistory.JobInfo>> DefaultJobHistoryParser.parseMasterIndex(File historyFile)
          Parses a master index file and returns a Map of (jobTrakerId - Map (job Id - JobHistory.JobInfo)).
 

Methods in org.apache.hadoop.mapred with parameters of type JobHistory.JobInfo
static void DefaultJobHistoryParser.parseJobTasks(File jobHistoryFile, JobHistory.JobInfo job)
          Populates a JobInfo object from the job's history log file.
 



Copyright © 2006 The Apache Software Foundation