GitHub user vanzin opened a pull request:

    https://github.com/apache/spark/pull/2169

    [SPARK-3187] [yarn] Cleanup allocator code.

    Move all shared logic to the base YarnAllocator class, and leave
    the version-specific logic in the version-specific module.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vanzin/spark SPARK-3187

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2169.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2169
    
----
commit f3f5f1d9aa982f6a431d8a647d436ba15a5e9ffe
Author: Marcelo Vanzin <[email protected]>
Date:   2014-08-22T23:52:51Z

    [SPARK-3187] [yarn] Cleanup allocator code.
    
    Move all shared logic to the base YarnAllocator class, and leave
    the version-specific logic in the version-specific module.
    
    (This is patch 1/2 and only touches the stable API.)

commit 8b1a077fb9ec994286f69791b5834bb4f0627dca
Author: Marcelo Vanzin <[email protected]>
Date:   2014-08-25T20:39:29Z

    Changes to the Yarn alpha allocator.
    
    Due to incompatibilities in the alpha and stable interfaces, some
    indirection had to be added so that the common code can interpret
    the RM responses.

----


---
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