GitHub user jerryshao opened a pull request:

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

    [SPARK-20981][SparkSubmit]Add new configuration spark.jars.repositories as 
equivalence of --repositories

    ## What changes were proposed in this pull request?
    
    In our use case of launching Spark applications via REST APIs (Livy), 
there's no way for user to specify command line arguments, all Spark 
configurations are set through configurations map. For "--repositories" because 
there's no equivalent Spark configuration, so we cannot specify the custom 
repository through configuration.
    
    So here propose to add "--repositories" equivalent configuration in Spark.
    
    ## How was this patch tested?
    
    New UT added.


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

    $ git pull https://github.com/jerryshao/apache-spark SPARK-20981

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

    https://github.com/apache/spark/pull/18201.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 #18201
    
----
commit d64c7e91f2e1c7418fd5d55a91bbb0b127589d9b
Author: jerryshao <[email protected]>
Date:   2017-06-05T06:12:59Z

    Add new configuration spark.jars.repositories as equivalence of 
--repositories
    
    Change-Id: I36538532cf952f148e7b121979a1860719bda75f

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to