You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Abhishek Modi (JIRA)" <ji...@apache.org> on 2018/06/09 17:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/YARN-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhishek Modi updated YARN-8180:
--------------------------------
    Attachment: YARN-8180.001.patch

> 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
>          Components: federation
>            Reporter: Shen Yinjie
>            Assignee: Abhishek Modi
>            Priority: Major
>         Attachments: YARN-8180.001.patch
>
>
> Property "yarn.federation.blacklist-subclusters" is defined in yarn-fedeartion doc,but it has not been defined and implemented in Java code.
> In FederationClientInterceptor#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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org