Skip to content

Commit

Permalink
SPARK-1729. Make Flume pull data from source, rather than the current…
Browse files Browse the repository at this point in the history
… push model

Exclude IO Netty in the Flume sink.
  • Loading branch information
harishreedharan committed May 18, 2014
1 parent d24d9d4 commit 08176ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,9 @@ object SparkBuild extends Build {
previousArtifact := sparkPreviousArtifact("spark-streaming-flume-sink"),
libraryDependencies ++= Seq(
"org.apache.flume" % "flume-ng-sdk" % "1.4.0" % "compile"
excludeAll(excludeJBossNetty, excludeThrift),
excludeAll(excludeIONetty, excludeThrift),
"org.apache.flume" % "flume-ng-core" % "1.4.0" % "compile"
excludeAll(excludeJBossNetty, excludeThrift)
excludeAll(excludeIONetty, excludeThrift)
)
) ++ sbtavro.SbtAvro.avroSettings
}
Expand Down

0 comments on commit 08176ad

Please sign in to comment.