The request sent by a client to submit an application to the ResourceManager
.
The request, via {@link ApplicationSubmissionContext}, contains details such as queue, {@link Resource} required to run the ApplicationMaster
, the equivalent of {@link ContainerLaunchContext} for launching the ApplicationMaster
etc.
@see ClientRMProtocol#submitApplication(SubmitApplicationRequest)
|
|