Skip to content

Commit 79492c8

Browse files
author
tmalaska
committed
excluded all thrift
1 parent 159c3f1 commit 79492c8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

external/flume/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
<groupId>org.jboss.netty</groupId>
6868
<artifactId>netty</artifactId>
6969
</exclusion>
70+
<exclusion>
71+
<groupId>org.apache.thrift</groupId>
72+
<artifactId>libthrift</artifactId>
73+
</exclusion>
7074
</exclusions>
7175
</dependency>
7276
<dependency>

project/SparkBuild.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,7 @@ object SparkBuild extends Build {
606606
name := "spark-streaming-flume",
607607
previousArtifact := sparkPreviousArtifact("spark-streaming-flume"),
608608
libraryDependencies ++= Seq(
609-
"org.apache.flume" % "flume-ng-sdk" % "1.4.0" % "compile" excludeAll(excludeNetty, excludeThrift),
610-
"org.apache.thrift" % "libthrift" % "0.8.0" % "compile"
609+
"org.apache.flume" % "flume-ng-sdk" % "1.4.0" % "compile" excludeAll(excludeNetty, excludeThrift)
611610
)
612611
)
613612

0 commit comments

Comments
 (0)