[ https://issues.apache.org/jira/browse/SPARK-17577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517408#comment-15517408
]
Kousuke Saruta commented on SPARK-17577:
----------------------------------------
I add 2.0.1 as a fix version but we are in voting for 2.0.1 (RC2) now. If RC2 passes, I'll
modified the version to 2.0.2.
> 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.0.1, 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|