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 "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2016/04/25 10:36:13 UTC

[jira] [Updated] (YARN-4991) TestAMRMClient node label related test cases are failing

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

Bibin A Chundatt updated YARN-4991:
-----------------------------------
    Component/s: test

> TestAMRMClient node label related test cases are failing
> --------------------------------------------------------
>
>                 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
>
> 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)