[
https://issues.apache.org/jira/browse/YARN-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arun Suresh updated YARN-4991:
------------------------------
Summary: Fix ContainerRequest Constructor to set nodelabelExpression
correctly (was: ContainerRequest not setting nodelabelExpression)
> Fix ContainerRequest Constructor to set nodelabelExpression correctly
> ---------------------------------------------------------------------
>
> 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)