[
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: [email protected]
For additional commands, e-mail: [email protected]