GitHub user andrewor14 opened a pull request:

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

    [SPARK-4754] Refactor SparkContext into ExecutorAllocationClient

    This is such that the `ExecutorAllocationManager` does not take in the 
`SparkContext` with all of its dependencies as an argument. This prevents 
future developers of this class to tie down this class further with the 
`SparkContext`, which has really become quite a monstrous object.
    
    cc'ing @pwendell who originally suggested this, and @JoshRosen who may have 
thoughts about the trait mix-in style of `SparkContext`.

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

    $ git pull https://github.com/andrewor14/spark dynamic-allocation-sc

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

    https://github.com/apache/spark/pull/3614.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 #3614
    
----
commit 347a348c6cfaee296df910efa6c53bebde4604ad
Author: Andrew Or <[email protected]>
Date:   2014-12-05T03:41:46Z

    Refactor SparkContext into ExecutorAllocationClient
    
    This is such that the ExecutorAllocationManager does not take in
    the SparkContext with all of its dependencies as an argument. This
    prevents future developers of this class to tie down this class
    further with the SparkContext, which has really become quite a
    monstrous object.

----


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