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 "Arun Suresh (JIRA)" <ji...@apache.org> on 2016/05/24 12:15:12 UTC

[jira] [Updated] (YARN-4991) Fix ContainerRequest Constructor to set nodelabelExpression correctly

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

Arun Suresh updated YARN-4991:
------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: YARN-4742

> Fix ContainerRequest Constructor to set nodelabelExpression correctly
> ---------------------------------------------------------------------
>
>                 Key: YARN-4991
>                 URL: https://issues.apache.org/jira/browse/YARN-4991
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Bibin A Chundatt
>            Assignee: Bibin A Chundatt
>             Fix For: 3.0.0-alpha1
>
>         Attachments: 0001-YARN-4991.patch
>
>
> TestAMRMClient#testAskWithInvalidNodeLabels
> TestAMRMClient#testAskWithNodeLabels are failing
> {{ContainerRequest}} labels are always set as {{null}}
> {code}
>     public ContainerRequest(Resource capability, String[] nodes, String[] racks,
>         Priority priority, boolean relaxLocality, String nodeLabelsExpression) {
>       this(capability, nodes, racks, priority, relaxLocality, null,
>           ExecutionType.GUARANTEED);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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