Skip to content

Commit

Permalink
Add streaming_flume_assembly to run-tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jun 23, 2015
1 parent b96b0de commit 7a55837
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ def contains_file(self, filename):
)


streaming_flume_assembly = Module(
name="streaming-flume-assembly",
dependencies=[streaming_flume_sink, streaming_flume],
source_file_regexes=[
"external/flume-assembly",
]
)


mllib = Module(
name="mllib",
dependencies=[streaming, sql],
Expand Down Expand Up @@ -255,7 +264,7 @@ def contains_file(self, filename):

pyspark = Module(
name="pyspark",
dependencies=[mllib, streaming, streaming_kafka, sql],
dependencies=[mllib, streaming, streaming_kafka, streaming_flume_assembly, sql],
source_file_regexes=[
"python/"
],
Expand Down

0 comments on commit 7a55837

Please sign in to comment.