Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add flume-assembly for sbt building
  • Loading branch information
zsxwing committed Jun 19, 2015
commit 14ba0ffa3abcf106cb23edeb1ad85801dc8e8d6a
3 changes: 2 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ def build_spark_sbt(hadoop_version):
build_profiles = get_build_profiles(hadoop_version, enable_hive_profiles=True)
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