| Package | Description |
|---|---|
| org.apache.tez.common |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.tez.dag.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TezUtilsInternal.setHadoopCallerContext(HadoopShim hadoopShim,
TezTaskAttemptID attemptID) |
abstract void |
DagContainerLauncher.taskAttemptFailed(TezTaskAttemptID taskAttemptID,
JobTokenSecretManager jobTokenSecretManager,
org.apache.hadoop.yarn.api.records.NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
static TezTaskAttemptID |
TezTaskAttemptID.fromString(String taIdStr) |
static TezTaskAttemptID |
TezTaskAttemptID.getInstance(TezTaskID taskID,
int id)
Constructs a TaskAttemptID object from given
TezTaskID. |
TezTaskAttemptID |
TaskAttemptIDAware.getTaskAttemptID() |
static TezTaskAttemptID |
TezTaskAttemptID.readTezTaskAttemptID(DataInput in) |
| Constructor and Description |
|---|
TaskAttemptIdentifierImpl(String dagName,
String vertexName,
TezTaskAttemptID attemptId) |
Copyright © 2022 Apache Software Foundation. All rights reserved.