Class 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:
  • Constructor Details

    • NMNotYetReadyException

      public NMNotYetReadyException(String msg)