You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "kyungwan nam (JIRA)" <ji...@apache.org> on 2019/02/15 01:47:00 UTC

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

kyungwan nam created YARN-9307:
----------------------------------

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


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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org