[
https://issues.apache.org/jira/browse/SPARK-8603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-8603:
-----------------------------------
Assignee: Apache Spark
> In Windows,Not able to create a Spark context from R studio
> ------------------------------------------------------------
>
> Key: SPARK-8603
> URL: https://issues.apache.org/jira/browse/SPARK-8603
> Project: Spark
> Issue Type: Bug
> Components: R
> Affects Versions: 1.4.0
> Environment: Windows, R studio
> Reporter: Prakash Ponshankaarchinnusamy
> Assignee: Apache Spark
> Fix For: 1.4.0
>
> Original Estimate: 0.5m
> Remaining Estimate: 0.5m
>
> In windows ,creation of spark context fails using below code from R studio
> Sys.setenv(SPARK_HOME="C:\\spark\\spark-1.4.0")
> .libPaths(c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib"), .libPaths()))
> library(SparkR)
> sc <- sparkR.init(master="spark://localhost:7077", appName="SparkR")
> Error: JVM is not ready after 10 seconds
> Reason: Wrong file path computed in client.R. File seperator for windows["\"]
> is not respected by "file.Path" function by default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]