[
https://issues.apache.org/jira/browse/YARN-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257624#comment-15257624
]
Arun Suresh commented on YARN-4991:
-----------------------------------
Hmmm... as per https://builds.apache.org/job/PreCommit-YARN-Build/11201/console
It looks like the patch did not apply to trunk.. which is funny.. since it
applies cleanly for me..
Anyway, verified that {{TestAMRMClient}} runs fine..
Committing this shortly.. thanks [~bibinchundatt]
> 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)