|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Exception Summary | |
|---|---|
| ApplicationNotFoundException | This exception is thrown on
ApplicationClientProtocol.getApplicationReport(GetApplicationReportRequest) API
when the Application doesn't exist in RM |
| InvalidApplicationMasterRequestException | This exception is thrown when an ApplicationMaster asks for resources by
calling ApplicationMasterProtocol.allocate(AllocateRequest) API
without first registering by calling
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)
or if it tries to register more then once. |
| InvalidAuxServiceException | This exception is thrown by a NodeManager that is rejecting start-container
requests via
ContainerManagementProtocol.startContainers(StartContainersRequest)
for auxservices does not exist. |
| InvalidContainerException | This exception is thrown by a NodeManager that is rejecting start-container
requests via
ContainerManagementProtocol.startContainers(StartContainersRequest)
for containers allocated by a previous instance of the RM. |
| InvalidContainerReleaseException | This exception is thrown when an Application Master tries to release
containers not belonging to it using
ApplicationMasterProtocol.allocate(AllocateRequest) API. |
| InvalidResourceBlacklistRequestException | This exception is thrown when an application provides an invalid
ResourceBlacklistRequest specification for blacklisting of resources
in ApplicationMasterProtocol.allocate(AllocateRequest) API. |
| InvalidResourceRequestException | This exception is thrown when a resource requested via
ResourceRequest in the
ApplicationMasterProtocol.allocate(AllocateRequest) API is out of the
range of the configured lower and upper limits on resources. |
| NMNotYetReadyException | This exception is thrown on
ContainerManagementProtocol.startContainers(StartContainersRequest) API
when an NM starts from scratch but has not yet connected with RM. |
| YarnException | YarnException indicates exceptions from yarn servers. |
| YarnRuntimeException | Base Yarn Exception. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||