I can't initialize sc context after a successful install on Cloudera
quickstart VM.
This is the error message:
> library(SparkR)
Loading required package: rJava
[SparkR] Initializing with classpath
/usr/lib64/R/library/SparkR/sparkr-assembly-0.1.jar
> sc <- sparkR.init("local")
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.NoClassDefFoundError: scala.collection.immutable.Vector
I also created an issue request on the github, which contains more details
about this issue
https://github.com/amplab-extras/SparkR-pkg/issues/46
Thanks for any help.
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/Help-with-error-initializing-SparkR-tp4495.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.