| Package | Description |
|---|---|
| org.apache.tez.dag.app | |
| org.apache.tez.dag.history | |
| org.apache.tez.dag.history.events | |
| org.apache.tez.dag.history.logging.impl |
| Modifier and Type | Method and Description |
|---|---|
static List<HistoryEvent> |
RecoveryParser.parseDAGRecoveryFile(org.apache.hadoop.fs.FSDataInputStream inputStream) |
static List<HistoryEvent> |
RecoveryParser.readRecoveryEvents(org.apache.tez.dag.api.TezConfiguration tezConf,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
int attempt) |
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent |
DAGHistoryEvent.getHistoryEvent() |
| Constructor and Description |
|---|
DAGHistoryEvent(HistoryEvent historyEvent) |
DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID,
HistoryEvent historyEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMLaunchedEvent |
class |
AMStartedEvent |
class |
AppLaunchedEvent |
class |
ContainerLaunchedEvent |
class |
ContainerStoppedEvent |
class |
DAGCommitStartedEvent |
class |
DAGFinishedEvent |
class |
DAGInitializedEvent |
class |
DAGKillRequestEvent |
class |
DAGRecoveredEvent |
class |
DAGStartedEvent |
class |
DAGSubmittedEvent |
class |
TaskAttemptFinishedEvent |
class |
TaskAttemptStartedEvent |
class |
TaskFinishedEvent |
class |
TaskStartedEvent |
class |
VertexCommitStartedEvent |
class |
VertexConfigurationDoneEvent |
class |
VertexFinishedEvent |
class |
VertexGroupCommitFinishedEvent |
class |
VertexGroupCommitStartedEvent |
class |
VertexInitializedEvent |
class |
VertexStartedEvent |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.jettison.json.JSONObject |
HistoryEventJsonConversion.convertToJson(HistoryEvent historyEvent) |
Copyright © 2020 Apache Software Foundation. All rights reserved.