@InterfaceAudience.Public

Package org.apache.hadoop.yarn.exceptions

Exception Summary
ApplicationAttemptNotFoundException This exception is thrown on (GetApplicationAttemptReportRequest) API when the Application Attempt doesn't exist in Application History Server
ApplicationIdNotProvidedException Exception to be thrown when Client submit an application without providing ApplicationId in ApplicationSubmissionContext.
ApplicationNotFoundException This exception is thrown on (GetApplicationReportRequest) API when the Application doesn't exist in RM and AHS
ContainerNotFoundException This exception is thrown on (GetContainerReportRequest) API when the container doesn't exist in AHS
InvalidApplicationMasterRequestException This exception is thrown when an ApplicationMaster asks for resources by calling ApplicationMasterProtocol.allocate(AllocateRequest) or tries to unregister by calling ApplicationMasterProtocol.finishApplicationMaster(FinishApplicationMasterRequest) API without first registering by calling ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest) or if it tries to register more than 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.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.