Package | Description |
---|---|
org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
Modifier and Type | Class and 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 and Description |
---|---|
TaskAttemptInfo |
ZombieJob.getMapTaskAttemptInfoAdjusted(int taskNumber,
int taskAttemptNumber,
int locality)
Get a
TaskAttemptInfo with a TaskAttemptID associated with
taskType, taskNumber, and taskAttemptNumber. |
TaskAttemptInfo |
JobStory.getMapTaskAttemptInfoAdjusted(int taskNumber,
int taskAttemptNumber,
int locality)
Get
TaskAttemptInfo for a given task-attempt, considering impact
of locality. |
TaskAttemptInfo |
ZombieJob.getTaskAttemptInfo(TaskType taskType,
int taskNumber,
int taskAttemptNumber)
Get a
TaskAttemptInfo with a TaskAttemptID associated with
taskType, taskNumber, and taskAttemptNumber. |
TaskAttemptInfo |
JobStory.getTaskAttemptInfo(TaskType taskType,
int taskNumber,
int taskAttemptNumber)
Get
TaskAttemptInfo for a given task-attempt, without regard to
impact of locality (e.g. |
Copyright © 2013 Apache Software Foundation. All rights reserved.