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 "lovekesh bansal (JIRA)" <ji...@apache.org> on 2018/02/07 15:15:03 UTC

[jira] [Created] (YARN-7901) Adding profile capability in resourceReq in LocalityMulticastAMRMProxyPolicy

lovekesh bansal created YARN-7901:
-------------------------------------

             Summary: Adding profile capability in resourceReq in LocalityMulticastAMRMProxyPolicy
                 Key: YARN-7901
                 URL: https://issues.apache.org/jira/browse/YARN-7901
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: lovekesh bansal


in the splitIndividualAny method while creating the resourceRequest we are not setting the profile capability. 

ResourceRequest.newInstance(originalResourceRequest.getPriority(),
 originalResourceRequest.getResourceName(),
 originalResourceRequest.getCapability(),
 originalResourceRequest.getNumContainers(),
 originalResourceRequest.getRelaxLocality(),
 originalResourceRequest.getNodeLabelExpression(),
 originalResourceRequest.getExecutionTypeRequest());



--
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