Created
April 27, 2015 16:08
-
-
Save r-wheeler/3a50896e52672b216be4 to your computer and use it in GitHub Desktop.
Spark SBT
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
name := "Spark Testing" | |
libraryDependencies += "org.apache.spark" %% "spark-core" % "1.3.0" | |
libraryDependencies += "org.apache.spark" %% "spark-graphx" % "1.3.0" | |
libraryDependencies += "org.apache.spark" %% "spark-mllib" % "1.3.0" % "provided" | |
libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.3.0" | |
libraryDependencies += "org.apache.spark" %% "spark-hive" % "1.3.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment