GitHub user liyinan926 opened a pull request:

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

    [SPARK-22757][K8S] 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 Can you help review? Thanks!
    
    @foxish 

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

    $ git pull https://github.com/liyinan926/spark-k8s branch-2.3-2

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

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

    Enable spark.jars and spark.files in KUBERNETES mode

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to