You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Niranjan Molkeri` (JIRA)" <ji...@apache.org> on 2016/04/18 03:49:25 UTC

[jira] [Created] (SPARK-14692) Error While Setting the path for R front end

Niranjan Molkeri` created SPARK-14692:
-----------------------------------------

             Summary: Error While Setting the path for R front end
                 Key: SPARK-14692
                 URL: https://issues.apache.org/jira/browse/SPARK-14692
             Project: Spark
          Issue Type: Bug
          Components: SparkR
    Affects Versions: 1.6.1
         Environment: Mac OSX
            Reporter: Niranjan Molkeri`


Trying to set Environment path for SparkR in RStudio. 
Getting this bug. 

> .libPaths(c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib"), .libPaths()))
> library(SparkR)
Error in library(SparkR) : there is no package called ‘SparkR’
> sc <- sparkR.init(master="local")
Error: could not find function "sparkR.init"


In the directory which it is pointed. There is directory called SparkR. I don't know how to proceed with this.  



--
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