Sandy Ryza created YARN-752:
-------------------------------

             Summary: Throw exception if AMRMClient.ContainerRequest is given 
invalid locations
                 Key: YARN-752
                 URL: https://issues.apache.org/jira/browse/YARN-752
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: api, applications
    Affects Versions: 2.0.4-alpha
            Reporter: Sandy Ryza
            Assignee: Sandy Ryza


A ContainerRequest that includes node-level requests must also include matching 
rack-level requests for the racks that those nodes are on.  At the very least, 
an exception should be thrown if one is constructed with a non-empty set of 
nodes but an empty set of racks.

If possible, it would also be nice to validate that the given nodes are on the 
racks that are given.  Although if that is possible, then it might be even 
better to just automatically fill in racks for nodes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to