Package | Description |
---|---|
org.apache.tez.dag.api |
Modifier and Type | Method and Description |
---|---|
static Vertex.VertexExecutionContext |
Vertex.VertexExecutionContext.create(String taskSchedulerName,
String containerLauncherName,
String taskCommName) |
static Vertex.VertexExecutionContext |
Vertex.VertexExecutionContext.createExecuteInAm(boolean executeInAm)
Create an execution context which specifies whether the vertex needs to be executed in the
AM
|
static Vertex.VertexExecutionContext |
Vertex.VertexExecutionContext.createExecuteInContainers(boolean executeInContainers)
Create an execution context which specifies whether the vertex needs to be executed in
regular containers
|
Modifier and Type | Method and Description |
---|---|
Vertex |
Vertex.setExecutionContext(Vertex.VertexExecutionContext vertexExecutionContext)
Sets the execution context for this Vertex - i.e.
|
DAG |
DAG.setExecutionContext(Vertex.VertexExecutionContext vertexExecutionContext)
Sets the default execution context for the DAG.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.