Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
JobHistoryParser.JobInfo |
JobHistoryParser.parse()
Parse the entire history file and populate the JobInfo object
The first invocation will populate the object, subsequent calls
will return the already parsed object.
|
JobHistoryParser.JobInfo |
JobHistoryParser.parse(EventReader reader)
Only used for unit tests.
|
Constructor and Description |
---|
HistoryViewer.AnalyzedJob(JobHistoryParser.JobInfo job)
Generate analysis information for the parsed job
|
HistoryViewer.FilteredJob(JobHistoryParser.JobInfo job,
String status)
Apply the filter (status) on the parsed job and generate summary
|
HistoryViewer.SummarizedJob(JobHistoryParser.JobInfo job)
Create summary information for the parsed job
|
Copyright © 2013 Apache Software Foundation. All rights reserved.