Package | Description |
---|---|
org.apache.hadoop.yarn.server.nodemanager | |
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher |
This package contains classes related to NM container launch.
|
org.apache.hadoop.yarn.server.nodemanager.executor |
Modifier and Type | Method and Description |
---|---|
abstract int |
ContainerExecutor.launchContainer(ContainerStartContext ctx)
Launch the container on the node.
|
int |
DefaultContainerExecutor.launchContainer(ContainerStartContext ctx) |
int |
DockerContainerExecutor.launchContainer(ContainerStartContext ctx)
Deprecated.
|
int |
LinuxContainerExecutor.launchContainer(ContainerStartContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected int |
ContainerLaunch.launchContainer(ContainerStartContext ctx) |
Modifier and Type | Method and Description |
---|---|
ContainerStartContext |
ContainerStartContext.Builder.build() |
Copyright © 2022 Apache Software Foundation. All rights reserved.