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

Abhishek Modi updated YARN-8180:
--------------------------------
    Summary: Remove yarn.federation.blacklist-subclusters from yarn federation 
doc  (was: YARN Federation has not implemented blacklist sub-cluster for AM 
routing)

> Remove yarn.federation.blacklist-subclusters from yarn federation doc
> ---------------------------------------------------------------------
>
>                 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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to