Hossein Falaki created SPARK-10776:
--------------------------------------
Summary: 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
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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]