We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08176ad commit 03d6c1cCopy full SHA for 03d6c1c
project/SparkBuild.scala
@@ -632,7 +632,6 @@ object SparkBuild extends Build {
632
def flumeSinkSettings() = {
633
sharedSettings ++ Seq(
634
name := "spark-streaming-flume-sink",
635
- previousArtifact := sparkPreviousArtifact("spark-streaming-flume-sink"),
636
libraryDependencies ++= Seq(
637
"org.apache.flume" % "flume-ng-sdk" % "1.4.0" % "compile"
638
excludeAll(excludeIONetty, excludeThrift),
0 commit comments