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. --- dev/run-tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/run-tests.py') diff --git a/dev/run-tests.py b/dev/run-tests.py index d940cdad3e..c2944747ee 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -337,6 +337,7 @@ def build_spark_sbt(hadoop_version): build_profiles = get_hadoop_profiles(hadoop_version) + modules.root.build_profile_flags sbt_goals = ["package", "streaming-kafka-assembly/assembly", + "streaming-flume-assembly/assembly", "streaming-kinesis-asl-assembly/assembly"] profiles_and_goals = build_profiles + sbt_goals -- cgit v1.2.3