Github user tgravescs commented on the pull request:

    https://github.com/apache/spark/pull/1589#issuecomment-62393880
  
    I think I understand what you are saying, but YARN handles removing 
container requests once it has been allocated.  
    
    Here is a scenario:
    
    - spark requests 2 containers (yarn request total = 2)
    - yarn allocates one and give it to spark (yarn request total = 1)
    - spark task failed so +1 to requests (yarn request total = 2)
    
    If this is not the scenario please clarify.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to