Member since
05-07-2018
3
Posts
0
Kudos Received
0
Solutions
05-08-2018
05:46 AM
However when I try to launch R, I get the following error: "Error in loadNamespace(name) : there is no package called ‘SparkR’ During startup - Warning messages: 1: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘SparkR’ 2: package ‘SparkR’ in options("defaultPackages") was not found" Do I need to install an additional 'sparkR' package within R?
... View more
05-08-2018
05:43 AM
Thank you Felix, I upgraded R 2.14.1 to R 3.2.5 using below commands and I could successfully launched sparkR through terminal. Add PPA:
sudo add-apt-repository ppa:marutter/rrutter Update ubuntu for upgrade:
sudo apt-get update Upgrade R (This is a generic ubuntu command)
sudo apt-get upgrade
... View more
05-07-2018
01:40 PM
I have sparkR and R installed on my Ubuntu machine. When I try to launch sparkR through the terminal, I get the following error:
Error in eval(expr, envir, enclos) : could not find function ".getNamespace" Error: unable to load R code in package ‘SparkR’ During startup - Warning message: package ‘SparkR’ in options("defaultPackages") was not found Could you please help me fix this?
... View more
Labels:
- Labels:
-
Apache Spark