From 24587ce433aa30f30a5d1ed6566365f24c222a27 Mon Sep 17 00:00:00 2001 From: Shixiong Zhu Date: Fri, 25 Mar 2016 17:37:16 -0700 Subject: [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to Spark ## What changes were proposed in this pull request? This PR moves flume back to Spark as per the discussion in the dev mail-list. ## How was this patch tested? Existing Jenkins tests. Author: Shixiong Zhu Closes #11895 from zsxwing/move-flume-back. --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 92a32e7797..b4cfa3a598 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,9 @@ sql/hive external/docker-integration-tests assembly + external/flume + external/flume-sink + external/flume-assembly examples repl launcher @@ -123,6 +126,7 @@ ${hadoop.version} 0.98.17-hadoop2 hbase + 1.6.0 3.4.5 2.4.0 org.spark-project.hive @@ -189,6 +193,7 @@ during compilation if the dependency is transivite (e.g. "graphx/" depending on "core/" and needing Hadoop classes in the classpath to compile). --> + compile compile compile compile @@ -1590,6 +1595,46 @@ ${hive.parquet.version} compile + + org.apache.flume + flume-ng-core + ${flume.version} + ${flume.deps.scope} + + + io.netty + netty + + + org.apache.flume + flume-ng-auth + + + org.apache.thrift + libthrift + + + org.mortbay.jetty + servlet-api + + + + + org.apache.flume + flume-ng-sdk + ${flume.version} + ${flume.deps.scope} + + + io.netty + netty + + + org.apache.thrift + libthrift + + + org.apache.calcite calcite-core @@ -2441,6 +2486,9 @@ maven does not complain when they're provided on the command line for a sub-module that does not have them. --> + + flume-provided + hadoop-provided -- cgit v1.2.3