aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authortmalaska <ted.malaska@cloudera.com>2014-04-24 20:31:17 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-24 20:31:17 -0700
commitd5c6ae6cc3305b9aa3185486b5b6ba0a6e5aca90 (patch)
treef8353a46fcd1db4a749c3b1c822c9f28e0b56c1a /external
parente53eb4f0159ebd4d72c4bbc3586fdfc66ccacab7 (diff)
downloadspark-d5c6ae6cc3305b9aa3185486b5b6ba0a6e5aca90.tar.gz
spark-d5c6ae6cc3305b9aa3185486b5b6ba0a6e5aca90.tar.bz2
spark-d5c6ae6cc3305b9aa3185486b5b6ba0a6e5aca90.zip
SPARK-1584: Upgrade Flume dependency to 1.4.0
Updated the Flume dependency in the maven pom file and the scala build file. Author: tmalaska <ted.malaska@cloudera.com> Closes #507 from tmalaska/master and squashes the following commits: 79492c8 [tmalaska] excluded all thrift 159c3f1 [tmalaska] fixed the flume pom file issues 5bf56a7 [tmalaska] Upgrade flume version
Diffstat (limited to 'external')
-rw-r--r--external/flume/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/external/flume/pom.xml b/external/flume/pom.xml
index f219635315..b84ca0c5e1 100644
--- a/external/flume/pom.xml
+++ b/external/flume/pom.xml
@@ -61,12 +61,16 @@
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-sdk</artifactId>
- <version>1.2.0</version>
+ <version>1.4.0</version>
<exclusions>
<exclusion>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>