Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
Modifier and Type | Method and Description |
---|---|
TaskStatus.State |
TaskStatus.getRunState() |
static TaskStatus.State |
TaskStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus.State[] |
TaskStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskStatus.setRunState(TaskStatus.State runState) |
Constructor and Description |
---|
TaskStatus(TaskAttemptID taskid,
float progress,
int numSlots,
TaskStatus.State runState,
String diagnosticInfo,
String stateString,
String taskTracker,
TaskStatus.Phase phase,
Counters counters) |
Modifier and Type | Method and Description |
---|---|
static TaskAttemptState |
TypeConverter.toYarn(TaskStatus.State state) |
Modifier and Type | Field and Description |
---|---|
protected TaskStatus.State |
TaskAttemptInfo.state |
Modifier and Type | Method and Description |
---|---|
TaskStatus.State |
TaskAttemptInfo.getRunState()
Get the final
TaskStatus.State of the task-attempt. |
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.