public class ApplicationMasterNotRegisteredException extends YarnException
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.Constructor and Description |
---|
ApplicationMasterNotRegisteredException(String message) |
ApplicationMasterNotRegisteredException(String message,
Throwable cause) |
ApplicationMasterNotRegisteredException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.