Package org.apache.hadoop.yarn.server.federation.policies.amrmproxy
package org.apache.hadoop.yarn.server.federation.policies.amrmproxy
AMRMPRoxy policies.
-
ClassDescriptionBase abstract class for
FederationAMRMProxyPolicyimplementations, that provides common validation for reinitialization.An implementation of theFederationAMRMProxyPolicythat simply broadcasts eachResourceRequestto all the available sub-clusters.Implementors of this interface provide logic to split the list ofResourceRequests received by the AM among various RMs.An implementation of theFederationAMRMProxyPolicythat simply sends theResourceRequestto the home subcluster.An implementation of theFederationAMRMProxyPolicyinterface that carefully multicasts the requests with the following behavior:An implementation of theFederationAMRMProxyPolicythat simply rejects all requests.