Skip to content

Commit

Permalink
Add flume-assembly for sbt building
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jun 19, 2015
1 parent b8d5551 commit 14ba0ff
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 @@ -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

0 comments on commit 14ba0ff

Please sign in to comment.