You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:22:13 UTC

[jira] [Updated] (SPARK-10776) Pass location of SparkR source files from R process to JVM

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

Hyukjin Kwon updated SPARK-10776:
---------------------------------
    Labels: bulk-closed  (was: )

> Pass location of SparkR source files from R process to JVM
> ----------------------------------------------------------
>
>                 Key: SPARK-10776
>                 URL: https://issues.apache.org/jira/browse/SPARK-10776
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>    Affects Versions: 1.6.0
>            Reporter: Hossein Falaki
>            Priority: Major
>              Labels: bulk-closed
>
> The goal is removing the need to download entire spark source and run "install-dev.sh" script to be able to use SparkR.
> It can be done by either passing location of install SparkR files by calling path.package("SparkR") when initializing SparkContext. Optionally user can explicitly provide the path:
> {code}
> sc <- sparkR.init(sparkRPath = path.package("SparkR"))
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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