Skip to content

Instantly share code, notes, and snippets.

@seufagner
Created February 27, 2016 21:03
Show Gist options
  • Save seufagner/ba2e7661bc2970d90546 to your computer and use it in GitHub Desktop.
Save seufagner/ba2e7661bc2970d90546 to your computer and use it in GitHub Desktop.
SparkR on RStudio
Sys.setenv(SPARK_HOME = "/usr/local/spark-1.5.2/")
library(SparkR, lib.loc = c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment