org.apache.hadoop.yarn.exceptions
Class InvalidContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.InvalidContainerException
- All Implemented Interfaces:
- Serializable
public class InvalidContainerException
- extends YarnException
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidContainerException
public InvalidContainerException(String msg)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.