[ 
https://issues.apache.org/jira/browse/SPARK-17577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang resolved SPARK-17577.
---------------------------------
       Resolution: Fixed
         Assignee: Yanbo Liang
    Fix Version/s: 2.1.0

> SparkR support add files to Spark job and get by executors
> ----------------------------------------------------------
>
>                 Key: SPARK-17577
>                 URL: https://issues.apache.org/jira/browse/SPARK-17577
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>            Reporter: Yanbo Liang
>            Assignee: Yanbo Liang
>             Fix For: 2.1.0
>
>
> Scala/Python users can add files to Spark job by submit options {{--files}} 
> or {{SparkContext.addFile()}}. Meanwhile, users can get the added file by 
> {{SparkFiles.get(filename)}}.
> We should also support this function for SparkR users, since they also have 
> the requirements for some shared dependency files. For example, SparkR users 
> can download third party R packages to driver firstly, add these files to the 
> Spark job as dependency by this API and then each executor can install these 
> packages by {{install.packages}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to