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

Removing previousArtifact from build spec, so that the build runs fine.
  • Loading branch information
harishreedharan committed May 19, 2014
1 parent 08176ad commit 03d6c1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@ object SparkBuild extends Build {
def flumeSinkSettings() = {
sharedSettings ++ Seq(
name := "spark-streaming-flume-sink",
previousArtifact := sparkPreviousArtifact("spark-streaming-flume-sink"),
libraryDependencies ++= Seq(
"org.apache.flume" % "flume-ng-sdk" % "1.4.0" % "compile"
excludeAll(excludeIONetty, excludeThrift),
Expand Down

0 comments on commit 03d6c1c

Please sign in to comment.