Class StartContainersRequest

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.StartContainersRequest

@Public @Stable public abstract class StartContainersRequest extends Object

The request which contains a list of StartContainerRequest sent by the ApplicationMaster to the NodeManager to start containers.

In each StartContainerRequest, the ApplicationMaster has to provide details such as allocated resource capability, security tokens (if enabled), command to be executed to start the container, environment for the process, necessary binaries/jar/shared-objects etc. via the ContainerLaunchContext.

See Also: