| Package | Description |
|---|---|
| org.apache.tez.dag.app | |
| org.apache.tez.dag.app.dag.impl | |
| org.apache.tez.dag.app.rm | |
| org.apache.tez.dag.app.rm.container |
| Modifier and Type | Method and Description |
|---|---|
static ContainerContext |
ContainerContext.union(ContainerContext c1,
ContainerContext c2)
Create a new ContainerContext to account for container re-use.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContainerContext.isExactMatch(ContainerContext otherContext) |
boolean |
ContainerContext.isSuperSet(ContainerContext otherContext) |
static ContainerContext |
ContainerContext.union(ContainerContext c1,
ContainerContext c2)
Create a new ContainerContext to account for container re-use.
|
| Constructor and Description |
|---|
TaskAttemptImpl(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.util.Clock clock,
TaskHeartbeatHandler taskHeartbeatHandler,
AppContext appContext,
boolean isRescheduled,
org.apache.hadoop.yarn.api.records.Resource resource,
ContainerContext containerContext,
boolean leafVertex,
Vertex vertex,
org.apache.tez.dag.api.TaskLocationHint locationHint,
org.apache.tez.runtime.api.impl.TaskSpec taskSpec) |
TaskAttemptImpl(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.util.Clock clock,
TaskHeartbeatHandler taskHeartbeatHandler,
AppContext appContext,
boolean isRescheduled,
org.apache.hadoop.yarn.api.records.Resource resource,
ContainerContext containerContext,
boolean leafVertex,
Vertex vertex,
org.apache.tez.dag.api.TaskLocationHint locationHint,
org.apache.tez.runtime.api.impl.TaskSpec taskSpec,
org.apache.tez.dag.records.TezTaskAttemptID schedulingCausalTA,
Set<org.apache.hadoop.yarn.api.records.NodeId> nodesWithSiblingRunningAttempts) |
TaskImpl(org.apache.tez.dag.records.TezVertexID vertexId,
int taskIndex,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
org.apache.hadoop.conf.Configuration conf,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
org.apache.hadoop.yarn.util.Clock clock,
TaskHeartbeatHandler thh,
AppContext appContext,
boolean leafVertex,
org.apache.hadoop.yarn.api.records.Resource resource,
ContainerContext containerContext,
StateChangeNotifier stateChangeNotifier,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
AMSchedulerEventTALaunchRequest.getContainerContext() |
| Constructor and Description |
|---|
AMSchedulerEventTALaunchRequest(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.Resource capability,
org.apache.tez.runtime.api.impl.TaskSpec remoteTaskSpec,
TaskAttempt ta,
org.apache.tez.dag.api.TaskLocationHint locationHint,
int priority,
ContainerContext containerContext,
int schedulerId,
int launcherId,
int taskCommId) |
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
AMContainerEventLaunchRequest.getContainerContext() |
| Constructor and Description |
|---|
AMContainerEventLaunchRequest(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.tez.dag.records.TezVertexID vertexId,
ContainerContext containerContext,
int launcherId,
int taskCommId) |
Copyright © 2019 Apache Software Foundation. All rights reserved.