Package | Description |
---|---|
org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
Modifier and Type | Field and Description |
---|---|
protected TaskInfo |
TaskAttemptInfo.taskInfo |
Modifier and Type | Method and Description |
---|---|
TaskInfo |
TaskAttemptInfo.getTaskInfo()
Get the
TaskInfo for the given task-attempt. |
TaskInfo |
ZombieJob.getTaskInfo(TaskType taskType,
int taskNumber) |
TaskInfo |
JobStory.getTaskInfo(TaskType taskType,
int taskNumber)
Get
TaskInfo for a given task. |
Constructor and Description |
---|
MapTaskAttemptInfo(TaskStatus.State state,
TaskInfo taskInfo,
long runtime)
Deprecated.
please use the constructor with
(state, taskInfo, runtime,
List<List<Integer>> allSplits)
instead.
see LoggedTaskAttempt for an explanation of
allSplits .
If there are no known splits, use null . |
MapTaskAttemptInfo(TaskStatus.State state,
TaskInfo taskInfo,
long runtime,
List<List<Integer>> allSplits) |
ReduceTaskAttemptInfo(TaskStatus.State state,
TaskInfo taskInfo,
long shuffleTime,
long mergeTime,
long reduceTime)
Deprecated.
please use the constructor with
(state, taskInfo, shuffleTime, mergeTime, reduceTime
List<List<Integer>> allSplits)
instead.
see LoggedTaskAttempt for an explanation of
allSplits .
If there are no known splits, use null . |
ReduceTaskAttemptInfo(TaskStatus.State state,
TaskInfo taskInfo,
long shuffleTime,
long mergeTime,
long reduceTime,
List<List<Integer>> allSplits) |
TaskAttemptInfo(TaskStatus.State state,
TaskInfo taskInfo) |
TaskAttemptInfo(TaskStatus.State state,
TaskInfo taskInfo,
List<List<Integer>> allSplits) |
Copyright © 2013 Apache Software Foundation. All rights reserved.