Skip to content

Commit

Permalink
Add sbt goal streaming-flume-assembly/assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jun 29, 2015
1 parent e93736b commit 0449723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
Expand Down

0 comments on commit 0449723

Please sign in to comment.