GitHub user jacek-lewandowski opened a pull request:

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

    SPARK-11402: Use ChildRunnerProvider to create ExecutorRunner and 
DriverRunner

    Abstracted ExecutorRunner and DriverRunner. The current implementations 
were renamed to ExecutorRunnerImpl and DriverRunnerImpl respectively.
    Added a way to provide a custom implemnetation of the runners by defining 
their factories.

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

    $ git pull https://github.com/jacek-lewandowski/spark SPARK-11402

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

    https://github.com/apache/spark/pull/9354.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 #9354
    
----
commit a2d2ec8a555d5a2adf20cb2cf29fc76b02e923a6
Author: Jacek Lewandowski <lewandowski.ja...@gmail.com>
Date:   2015-10-15T15:08:21Z

    SPARK-11402: Use ChildRunnerProvider to create ExecutorRunner and 
DriverRunner
    
    Abstracted ExecutorRunner and DriverRunner. The current implementations 
were renamed to ExecutorRunnerImpl and DriverRunnerImpl respectively.
    Added a way to provide a custom implemnetation of the runners by defining 
their factories.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to