GitHub user andrusha opened a pull request:

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

    [SPARK-23133][K8S] Fix passing java options to Executor

    ## What changes were proposed in this pull request?
    
    Pass through spark java options to the executor in context of docker image.
    
    ## How was this patch tested?
    
    Deployed two version of containers to local k8s, checked that java options 
were present in the updated image on the running executor.


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

    $ git pull https://github.com/andrusha/spark patch-1

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

    https://github.com/apache/spark/pull/20296.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 #20296
    
----
commit 629d5588dcf07040d9cd9b41f4b23c828e44728f
Author: Andrew Korzhuev <korzhuev@...>
Date:   2018-01-17T18:49:51Z

    [SPARK-23133][K8S] Fix passing java options to Executor

----


---

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

Reply via email to