| Package | Description |
|---|---|
| org.apache.hadoop.mapreduce.jobhistory | |
| org.apache.hadoop.mapreduce.v2.app.job.event | |
| org.apache.hadoop.mapreduce.v2.app.job.impl |
| Modifier and Type | Method and Description |
|---|---|
JobHistoryParser.TaskAttemptInfo[] |
HistoryViewer.AnalyzedJob.getMapTasks()
Get the map tasks list
|
JobHistoryParser.TaskAttemptInfo[] |
HistoryViewer.AnalyzedJob.getReduceTasks()
Get the reduce tasks list
|
| Modifier and Type | Method and Description |
|---|---|
Map<TaskAttemptID,JobHistoryParser.TaskAttemptInfo> |
JobHistoryParser.JobInfo.getAllCompletedTaskAttempts() |
Map<TaskAttemptID,JobHistoryParser.TaskAttemptInfo> |
JobHistoryParser.TaskInfo.getAllTaskAttempts() |
| Modifier and Type | Method and Description |
|---|---|
static String |
HistoryViewer.getTaskLogsUrl(JobHistoryParser.TaskAttemptInfo attempt)
Return the TaskLogsUrl of a particular TaskAttempt
|
| Modifier and Type | Method and Description |
|---|---|
JobHistoryParser.TaskAttemptInfo |
TaskAttemptRecoverEvent.getTaskAttemptInfo() |
| Constructor and Description |
|---|
TaskAttemptRecoverEvent(TaskAttemptId id,
JobHistoryParser.TaskAttemptInfo taInfo,
OutputCommitter committer,
boolean recoverOutput) |
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptStateInternal |
TaskAttemptImpl.recover(JobHistoryParser.TaskAttemptInfo taInfo,
OutputCommitter committer,
boolean recoverOutput) |
Copyright © 2013 Apache Software Foundation. All rights reserved.