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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to