The request which contains a list of {@link StartContainerRequest} sent bythe ApplicationMaster
to the NodeManager
to start containers.
In each {@link 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 {@link ContainerLaunchContext}.
|
|
|
|