Created
October 26, 2015 12:43
-
-
Save dhaeb/97d5eb9a4701ce3da784 to your computer and use it in GitHub Desktop.
Load SparkR in normal R interpreter. Assumes that SparkR is globally installed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(SparkR) | |
sc <- sparkR.init(sparkPackages = "com.databricks:spark-csv_2.10:1.2.0") | |
sqlContext <- sparkRSQL.init(sc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment