Class InvalidResourceRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidLabelResourceRequestException

public class InvalidResourceRequestException extends YarnException
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.
See Also: