Class ApplicationMasterNotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.ApplicationMasterNotRegisteredException
- All Implemented Interfaces:
Serializable
This exception is thrown when an Application Master tries to unregister by calling
ApplicationMasterProtocol.finishApplicationMaster(FinishApplicationMasterRequest)
API without first registering by calling
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)
or after an RM restart. The ApplicationMaster is expected to call
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)
and retry.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationMasterNotRegisteredException
-
ApplicationMasterNotRegisteredException
-
ApplicationMasterNotRegisteredException
-