You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Shen Yinjie (JIRA)" <ji...@apache.org> on 2018/04/19 09:13:00 UTC

[jira] [Created] (YARN-8180) YARN Federation has not implemented blacklist sub-cluster for AM routing

Shen Yinjie created YARN-8180:
---------------------------------

             Summary: YARN Federation has not implemented blacklist sub-cluster for AM routing
                 Key: YARN-8180
                 URL: https://issues.apache.org/jira/browse/YARN-8180
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Shen Yinjie


Property "yarn.federation.blacklist-subclusters" is defined in yarn-fedeartion doc,but it has not been implemented in code.

In FederationClientInteerceptor#submitApplication()
{code:java}

List<SubClusterId> blacklist = new ArrayList<SubClusterId>();

for (int i = 0; i < numSubmitRetries; ++i) {

SubClusterId subClusterId = policyFacade.getHomeSubcluster(
request.getApplicationSubmissionContext(), blacklist);
{code}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org