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:33:12 UTC

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

Bibin A Chundatt created YARN-4991:
--------------------------------------

             Summary: 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
            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)