Field and Description |
---|
org.apache.hadoop.yarn.conf.YarnConfiguration.APPLICATION_MAX_TAG_LENGTH |
org.apache.hadoop.yarn.conf.YarnConfiguration.APPLICATION_MAX_TAGS |
org.apache.hadoop.yarn.conf.YarnConfiguration.AUTO_FAILOVER_EMBEDDED
This property should never be set to
false . |
org.apache.hadoop.yarn.conf.YarnConfiguration.CURATOR_LEADER_ELECTOR
Eventually, we want to default to the curator-based
implementation and remove the
ActiveStandbyElector based
implementation. We should remove this config then. |
org.apache.hadoop.yarn.conf.YarnConfiguration.DEFAULT_AUTO_FAILOVER_EMBEDDED
The
YarnConfiguration.AUTO_FAILOVER_EMBEDDED property is deprecated. |
org.apache.hadoop.yarn.conf.YarnConfiguration.DEFAULT_NM_CONTAINER_MON_INTERVAL_MS |
org.apache.hadoop.yarn.conf.YarnConfiguration.YARN_CLIENT_APP_SUBMISSION_POLL_INTERVAL_MS |
Enum Constant and Description |
---|
org.apache.hadoop.yarn.api.records.AMCommand.AM_RESYNC
Sent 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,
ApplicationMasterNotRegisteredException will be thrown
when ApplicationMaster is out of sync with ResourceManager and
ApplicationMaster is expected to re-register with RM by calling
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest) |
org.apache.hadoop.yarn.api.records.AMCommand.AM_SHUTDOWN
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. Now
ApplicationAttemptNotFoundException will be thrown in case
that RM has restarted and AM is supposed to handle this
exception by shutting down itself. |
Copyright © 2022 Apache Software Foundation. All rights reserved.