Displaying 1 result from an estimated 1 matches for "spark_hom".
Did you mean:
spark_home
2015 Sep 01
0
lazy loading in SparkR
Hi,
I'm using SparkR and R won't read the promises from the SparkR package,
only if I run lazyLoad manually.
.libPaths(c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib"), .libPaths()))
print(.libPaths())
# [1] "/private/tmp/spark-1.5/spark-1.5.0-SNAPSHOT-bin-hadoop2.6/R/lib"
# [2] "/usr/local/lib/R/3.2/site-library"
# [3] "/usr/local/Cellar/r/3.2.2/R.framework/Versions/3.2/Resources/library"
li...