Sen Zhao created YARN-10202:
-------------------------------

             Summary: Fix documentation about NodeAttributes.
                 Key: YARN-10202
                 URL: https://issues.apache.org/jira/browse/YARN-10202
             Project: Hadoop YARN
          Issue Type: Improvement
    Affects Versions: 3.2.1
            Reporter: Sen Zhao
            Assignee: Sen Zhao


{noformat:title=NodeAttributes.md}
The above SchedulingRequest requests for 1 container on nodes that must satisfy 
following constraints:
1. Node attribute *`rm.yarn.io/python`* doesn't exist on the node or it exist 
but its value is not equal to 3
2. Node attribute *`rm.yarn.io/java`* must exist on the node and its value is 
equal to 1.8
{noformat}
should be
{noformat}
The above SchedulingRequest requests for 1 container on nodes that must satisfy 
following constraints:

1. Node attribute *`rm.yarn.io/python`* doesn't exist on the node or it exist 
but its value is not equal to 3

2. Node attribute *`rm.yarn.io/java`* must exist on the node and its value is 
equal to 1.8




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to