Skip to content

Instantly share code, notes, and snippets.

@ankurdave
Created February 14, 2015 03:51
Show Gist options
  • Save ankurdave/1fb7234d8affb3a2e4f4 to your computer and use it in GitHub Desktop.
Save ankurdave/1fb7234d8affb3a2e4f4 to your computer and use it in GitHub Desktop.
SBT project configuration to build against Spark and GraphX
name := "my-project"
version := "0.1-SNAPSHOT"
organization := "com.example"
scalaVersion := "2.10.4"
libraryDependencies += "org.apache.spark" %% "spark-core" % "1.2.1"
libraryDependencies += "org.apache.spark" %% "spark-graphx" % "1.2.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment