You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/06/25 09:52:05 UTC

[jira] [Assigned] (SPARK-8603) In Windows,Not able to create a Spark context from R studio

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

Apache Spark reassigned SPARK-8603:
-----------------------------------

    Assignee:     (was: 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
>             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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org