org.apache.hadoop.yarn.exceptions
Class NMNotYetReadyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.NMNotYetReadyException
- All Implemented Interfaces:
- Serializable
public class NMNotYetReadyException
- extends YarnException
This exception is thrown on
ContainerManagementProtocol.startContainers(StartContainersRequest) API
when an NM starts from scratch but has not yet connected with RM.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NMNotYetReadyException
public NMNotYetReadyException(String msg)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.