GitHub user squito opened a pull request:

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

    [SPARK-24918][Core] Executor Plugin api

    This provides a very simple api for users to specify arbitrary code to
    run within an executor, eg. for debugging or added instrumentation.  The
    intial api is very simple, but creates an abstract base class to allow
    future additions.

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

    $ git pull https://github.com/squito/spark SPARK-24918

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

    https://github.com/apache/spark/pull/21923.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 #21923
    
----
commit ba6aa6c829bfcca1b4b3d5a33fe3a7460e7db1f0
Author: Imran Rashid <irashid@...>
Date:   2018-06-26T01:15:37Z

    [SPARK-24918][Core] Executor Plugin api
    
    This provides a very simple api for users to specify arbitrary code to
    run within an executor, eg. for debugging or added instrumentation.  The
    intial api is very simple, but creates an abstract base class to allow
    future additions.

----


---

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

Reply via email to