| Package | Description |
|---|---|
| org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MapTaskAttemptInfo |
MapTaskAttemptInfo represents the information with regard to a
map task attempt. |
class |
ReduceTaskAttemptInfo |
ReduceTaskAttemptInfo represents the information with regard to a
reduce task attempt. |
| Modifier and Type | Method | Description |
|---|---|---|
TaskAttemptInfo |
JobStory.getMapTaskAttemptInfoAdjusted(int taskNumber,
int taskAttemptNumber,
int locality) |
Get
TaskAttemptInfo for a given task-attempt, considering impact
of locality. |
TaskAttemptInfo |
ZombieJob.getMapTaskAttemptInfoAdjusted(int taskNumber,
int taskAttemptNumber,
int locality) |
Get a
TaskAttemptInfo with a TaskAttemptID associated with
taskType, taskNumber, and taskAttemptNumber. |
TaskAttemptInfo |
JobStory.getTaskAttemptInfo(org.apache.hadoop.mapreduce.TaskType taskType,
int taskNumber,
int taskAttemptNumber) |
Get
TaskAttemptInfo for a given task-attempt, without regard to
impact of locality (e.g. |
TaskAttemptInfo |
ZombieJob.getTaskAttemptInfo(org.apache.hadoop.mapreduce.TaskType taskType,
int taskNumber,
int taskAttemptNumber) |
Get a
TaskAttemptInfo with a TaskAttemptID associated with
taskType, taskNumber, and taskAttemptNumber. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.