Skip to content

Commit

Permalink
Add kafka 010 module to modules.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanhovell committed Oct 6, 2016
1 parent b7074d4 commit 0bac9ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,17 @@ def __hash__(self):
]
)

streaming_kafka-0-10 = Module(
name="streaming-kafka-0-10",
dependencies=[streaming],
source_file_regexes=[
"external/kafka-0-10",
"external/kafka-0-10-assembly",
],
sbt_test_goals=[
"streaming-kafka-0-10/test",
]
)

streaming_flume_sink = Module(
name="streaming-flume-sink",
Expand Down

0 comments on commit 0bac9ff

Please sign in to comment.