The interface used by an ApplicationMaster
to notify the ResourceManager
about its completion (success or failed).
The ApplicationMaster
has to provide details such as final state, diagnostics (in case of failures) etc. as specified in {@link FinishApplicationMasterRequest}.
The ResourceManager
responds with {@link FinishApplicationMasterResponse}.
The interface used by an ApplicationMaster
to notify the ResourceManager
about its completion (success or failed).
The ApplicationMaster
has to provide details such as final state, diagnostics (in case of failures) etc. as specified in {@link FinishApplicationMasterRequest}.
The ResourceManager
responds with {@link FinishApplicationMasterResponse}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|