Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Created May 31, 2017 05:15
Show Gist options
  • Select an option

  • Save dgadiraju/e13fb7586d25e09e8099dc2eccc5d8f3 to your computer and use it in GitHub Desktop.

Select an option

Save dgadiraju/e13fb7586d25e09e8099dc2eccc5d8f3 to your computer and use it in GitHub Desktop.
name := "sparkdemo"
version := "1.0"
scalaVersion := "2.10.5"
libraryDependencies += "org.apache.spark" % "spark-core_2.10" % "1.6.3"
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