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

Weiwei Yang updated YARN-7838:
------------------------------
    Description: 
Extending DS placement spec syntax to support AND/OR constraints, something like

{code}
// simple
-placement_spec foo=4,AND(NOTIN,NODE,foo:NOTIN,NODE,bar)
// nested
-placement_spec foo=4,AND(NOTIN,NODE,foo:OR(IN,NODE,moo:IN,NODE,bar))
{code}

  was:
Extending DS placement spec syntax to support AND/OR constraints, something like

{code}
-placement_spec foo=4,AND(NOTIN,NODE,foo:NOTIN,NODE,bar)
{code}


> Support AND/OR constraints in Distributed Shell
> -----------------------------------------------
>
>                 Key: YARN-7838
>                 URL: https://issues.apache.org/jira/browse/YARN-7838
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: distributed-shell
>            Reporter: Weiwei Yang
>            Assignee: Weiwei Yang
>            Priority: Major
>
> Extending DS placement spec syntax to support AND/OR constraints, something 
> like
> {code}
> // simple
> -placement_spec foo=4,AND(NOTIN,NODE,foo:NOTIN,NODE,bar)
> // nested
> -placement_spec foo=4,AND(NOTIN,NODE,foo:OR(IN,NODE,moo:IN,NODE,bar))
> {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