GitHub user liyinan926 opened a pull request:

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

    Enable spark.jars and spark.files in KUBERNETES mode

    ## What changes were proposed in this pull request?
    
    We missed enabling `spark.files` and `spark.jars` in 
https://github.com/apache/spark/pull/19954. The result is that remote 
dependencies specified through `spark.files` or `spark.jars` are not included 
in the list of remote dependencies to be downloaded by the init-container. This 
PR fixes it.
     
    ## How was this patch tested?
    
    Manual tests.
    
    @vanzin This replaces https://github.com/apache/spark/pull/20157.
    
    @foxish 

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

    $ git pull https://github.com/liyinan926/spark-k8s SPARK-22757

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

    https://github.com/apache/spark/pull/20160.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 #20160
    
----
commit 1075cfc9ce18f3717bbbeb9950eafdda219f7233
Author: Yinan Li <liyinan926@...>
Date:   2018-01-04T21:29:04Z

    Enable spark.jars and spark.files in KUBERNETES mode

----


---

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

Reply via email to