Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce |
Modifier and Type | Method and Description |
---|---|
static TaskID |
TaskID.downgrade(TaskID old)
Downgrade a new TaskID to an old one
|
static TaskID |
TaskID.forName(String str) |
TaskID |
TaskReport.getTaskID()
The id of the task.
|
TaskID |
TaskAttemptID.getTaskID() |
static TaskID |
TaskID.read(DataInput in)
Deprecated.
|
Constructor and Description |
---|
TaskAttemptID(TaskID taskId,
int id)
Constructs a TaskAttemptID object from given
TaskID . |
Modifier and Type | Method and Description |
---|---|
static TaskID |
TypeConverter.fromYarn(TaskId id) |
TaskID |
TaskReport.getTaskID()
The ID of the task.
|
Constructor and Description |
---|
TaskReport(TaskID taskid,
float progress,
String state,
String[] diagnostics,
TIPStatus currentStatus,
long startTime,
long finishTime,
Counters counters)
Creates a new TaskReport object
|
Copyright © 2013 Apache Software Foundation. All rights reserved.