Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Last active May 31, 2017 05:15
Show Gist options
  • Save dgadiraju/e7209f0c367182cc61990a0cfbd72359 to your computer and use it in GitHub Desktop.
Save dgadiraju/e7209f0c367182cc61990a0cfbd72359 to your computer and use it in GitHub Desktop.
name := "demo-spark-scala"
version := "1.0"
scalaVersion := "2.11.8"
libraryDependencies += "org.apache.spark" % "spark-core_2.11" % "1.6.2"
libraryDependencies += "com.typesafe" % "config" % "1.3.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment