Skip to content

Instantly share code, notes, and snippets.

@malaikannan
Created February 2, 2016 06:10
Show Gist options
  • Save malaikannan/83de52bcc5f638426089 to your computer and use it in GitHub Desktop.
Save malaikannan/83de52bcc5f638426089 to your computer and use it in GitHub Desktop.
name := "sample_sbt_spark_poc"
version := "1.0"
scalaVersion := "2.10.4"
libraryDependencies ++= Seq (
"org.apache.spark" % "spark-core_2.10" % "1.6.0"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment