public interface ContainerLauncherInterceptor
ContainerLaunchContext
before the container is launched.Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ContainerLaunchContext |
preLaunch(org.apache.hadoop.yarn.api.records.Container container,
org.apache.hadoop.yarn.api.records.ContainerLaunchContext context)
Invoked before the
ContainerLaunchContext is used
to launch the container. |
org.apache.hadoop.yarn.api.records.ContainerLaunchContext preLaunch(org.apache.hadoop.yarn.api.records.Container container, org.apache.hadoop.yarn.api.records.ContainerLaunchContext context)
ContainerLaunchContext
is used
to launch the container.context
- the ContainerLaunchContext
container
- the Container
ContainerLaunchContext