From 04497231b3d0c1022ece037efd48516ccc6d1995 Mon Sep 17 00:00:00 2001 From: zsxwing Date: Tue, 30 Jun 2015 01:32:23 +0800 Subject: [PATCH] Add sbt goal streaming-flume-assembly/assembly --- dev/run-tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index 2730f9416bea3..5719dbea91c40 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -292,7 +292,8 @@ def build_spark_sbt(hadoop_version): build_profiles = get_hadoop_profiles(hadoop_version) + modules.root.build_profile_flags sbt_goals = ["package", "assembly/assembly", - "streaming-kafka-assembly/assembly"] + "streaming-kafka-assembly/assembly", + "streaming-flume-assembly/assembly"] profiles_and_goals = build_profiles + sbt_goals print("[info] Building Spark (w/Hive 0.13.1) using SBT with these arguments: "