Created
January 23, 2017 03:32
-
-
Save visualskyrim/48ef1b1bece2d48757b70971a2c12d67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name := "spark-playground" | |
version := "1.0" | |
scalaVersion := "2.11.8" | |
libraryDependencies += "org.apache.spark" %% "spark-core" % "2.1.0" | |
libraryDependencies += "org.apache.spark" %% "spark-streaming" % "2.1.0" | |
libraryDependencies += "org.apache.spark" %% "spark-streaming-kafka-0-10" % "2.1.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment