Created
March 18, 2016 20:08
-
-
Save WadeWaldron/10bb346e84e5d580f133 to your computer and use it in GitHub Desktop.
KafkaConsumers-Spark-SBT
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
libraryDependencies ++= Seq( | |
"org.apache.spark" %% "spark-core" % "1.6.1", | |
"org.apache.spark" %% "spark-streaming" % "1.6.1", | |
"org.apache.spark" %% "spark-streaming-kafka" % "1.6.1" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment