Zeppelin with R interpreter to connect with spark-cluster
10K+
Base image Ubuntu:14.04
zeppelin-r image based on (https://github.com/elbamos/Zeppelin-With-R)
Connecting Cluster with RStudio
Sys.setenv(SPARK_HOME = "C:/Apache/spark-1.6.0-bin-hadoop2.6")
.libPaths(c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib"), .libPaths()))
library(SparkR)
sc <- sparkR.init(master = "spark://172.24.205.41:7077")
sqlContext <- sparkRSQL.init(sc)
Content type
Image
Digest
Size
2.5 GB
Last updated
over 10 years ago
docker pull niro/zeppelin-r