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/04/25 11:17:12 UTC

[jira] [Commented] (YARN-4991) ContainerRequest not setting nodelabelExpression

    [ https://issues.apache.org/jira/browse/YARN-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256132#comment-15256132 ] 

Arun Suresh commented on YARN-4991:
-----------------------------------

Thanks for catching this [~bibinchundatt]
I have included your fix in YARN-4992 though..
Apologize for the inconvenience.. 

> ContainerRequest not setting nodelabelExpression
> ------------------------------------------------
>
>                 Key: YARN-4991
>                 URL: https://issues.apache.org/jira/browse/YARN-4991
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: test
>            Reporter: Bibin A Chundatt
>            Assignee: Bibin A Chundatt
>         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)