Skip to content

Commit 08176ad

Browse files
SPARK-1729. Make Flume pull data from source, rather than the current push model
Exclude IO Netty in the Flume sink.
1 parent d24d9d4 commit 08176ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,9 @@ object SparkBuild extends Build {
635635
previousArtifact := sparkPreviousArtifact("spark-streaming-flume-sink"),
636636
libraryDependencies ++= Seq(
637637
"org.apache.flume" % "flume-ng-sdk" % "1.4.0" % "compile"
638-
excludeAll(excludeJBossNetty, excludeThrift),
638+
excludeAll(excludeIONetty, excludeThrift),
639639
"org.apache.flume" % "flume-ng-core" % "1.4.0" % "compile"
640-
excludeAll(excludeJBossNetty, excludeThrift)
640+
excludeAll(excludeIONetty, excludeThrift)
641641
)
642642
) ++ sbtavro.SbtAvro.avroSettings
643643
}

0 commit comments

Comments
 (0)