-
Deprecated FieldsFieldDescriptionEventually, we want to default to the curator-based implementation and remove the
ActiveStandbyElectorbased implementation. We should remove this config then.TheYarnConfiguration.AUTO_FAILOVER_EMBEDDEDproperty is deprecated.This default value is ignored and will be removed in a future release. The default value ofyarn.resourcemanager.state-store.max-completed-applicationsis the value ofYarnConfiguration.RM_MAX_COMPLETED_APPLICATIONS.This field is deprecated forYarnConfiguration.YARN_HTTP_WEBAPP_SCHEDULER_PAGE
-
Deprecated MethodsMethodDescriptionUse
GetClusterNodeLabelsResponse.getNodeLabelList()instead.UseGetClusterNodeLabelsResponse.newInstance(List)instead.UseGetClusterNodeLabelsResponse.setNodeLabelList(List)instead.
-
Deprecated Enum ConstantsEnum ConstantDescriptionSent by Resource Manager when it is out of sync with the AM and wants the AM get back in sync. Note: Instead of sending this command,
ApplicationMasterNotRegisteredExceptionwill be thrown when ApplicationMaster is out of sync with ResourceManager and ApplicationMaster is expected to re-register with RM by callingApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)Sent by Resource Manager when it wants the AM to shutdown. Note: This command was earlier sent by ResourceManager to instruct AM to shutdown if RM had restarted. NowApplicationAttemptNotFoundExceptionwill be thrown in case that RM has restarted and AM is supposed to handle this exception by shutting down itself.
false.