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 "kyungwan nam (JIRA)" <ji...@apache.org> on 2019/02/15 01:54:00 UTC

[jira] [Updated] (YARN-9307) node_partitions constraint does not work

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

kyungwan nam updated YARN-9307:
-------------------------------
    Attachment: YARN-9307.branch-3.1.001.patch

> node_partitions constraint does not work
> ----------------------------------------
>
>                 Key: YARN-9307
>                 URL: https://issues.apache.org/jira/browse/YARN-9307
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 3.1.1
>            Reporter: kyungwan nam
>            Priority: Major
>         Attachments: YARN-9307.branch-3.1.001.patch
>
>
> when a yarn-service app is submitted with below configuration, node_partitions constraint does not work.
> {code}
> …
>          "placement_policy": {
>            "constraints": [
>              {
>                "type": "ANTI_AFFINITY",
>                "scope": "NODE",
>                "target_tags": [
>                      "ws"
>                ],
>                "node_partitions": [
>                  ""
>                ]
>              }
>            ]
>          }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org