Skip to content
Snippets Groups Projects
Commit 556c38ed authored by Denny's avatar Denny
Browse files

Added kafka JAR

parent a2346219
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ object SparkBuild extends Build {
def streamingSettings = sharedSettings ++ Seq(
name := "spark-streaming",
libraryDependencies ++= Seq(
"kafka" % "core-kafka_2.9.1" % "0.7.2")
"com.github.sgroschupf" % "zkclient" % "0.1")
) ++ assemblySettings ++ extraAssemblySettings
def extraAssemblySettings() = Seq(test in assembly := {}) ++ Seq(
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment