slfan1989 commented on code in PR #6481:
URL: https://github.com/apache/hadoop/pull/6481#discussion_r1461755751
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java:
##########
@@ -4081,6 +4081,24 @@ public static boolean isAclEnabled(Configuration conf) {
public static final long DEFAULT_FEDERATION_AMRMPROXY_SUBCLUSTER_TIMEOUT =
60000; // one minute
+ public static final String FEDERATION_OVERRIDE_MAX_CLUSTER_CAPABILITY =
+ FEDERATION_PREFIX + "override.maximum.cluster.capability.enabled";
Review Comment:
We need to add some comments to explain the purpose of the variables.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]