Skip to content

Commit 03d6c1c

Browse files
SPARK-1729. Make Flume pull data from source, rather than the current push model
Removing previousArtifact from build spec, so that the build runs fine.
1 parent 08176ad commit 03d6c1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/SparkBuild.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ object SparkBuild extends Build {
632632
def flumeSinkSettings() = {
633633
sharedSettings ++ Seq(
634634
name := "spark-streaming-flume-sink",
635-
previousArtifact := sparkPreviousArtifact("spark-streaming-flume-sink"),
636635
libraryDependencies ++= Seq(
637636
"org.apache.flume" % "flume-ng-sdk" % "1.4.0" % "compile"
638637
excludeAll(excludeIONetty, excludeThrift),

0 commit comments

Comments
 (0)