Skip to content

Instantly share code, notes, and snippets.

@r-wheeler
Created April 27, 2015 16:08
Show Gist options
  • Save r-wheeler/3a50896e52672b216be4 to your computer and use it in GitHub Desktop.
Save r-wheeler/3a50896e52672b216be4 to your computer and use it in GitHub Desktop.
Spark SBT
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