The request sent by the ApplicationMaster
to the NodeManager
to start a container.
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}.
|
|