|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.DefaultJobHistoryParser
public class DefaultJobHistoryParser
Default parser for job history files. It creates object model from job history file.
Constructor Summary | |
---|---|
DefaultJobHistoryParser()
|
Method Summary | |
---|---|
static void |
parseJobTasks(java.lang.String jobHistoryFile,
JobHistory.JobInfo job,
FileSystem fs)
Populates a JobInfo object from the job's history log file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultJobHistoryParser()
Method Detail |
---|
public static void parseJobTasks(java.lang.String jobHistoryFile, JobHistory.JobInfo job, FileSystem fs) throws java.io.IOException
jobHistoryFile
- history file for this job.job
- a precreated JobInfo object, should be non-null.fs
- FileSystem where historyFile is present.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |