Skip to content
Snippets Groups Projects
Unverified Commit 18bf9d2b authored by Herman van Hovell's avatar Herman van Hovell Committed by Sean Owen
Browse files

[SPARK-17782][STREAMING][BUILD] Add Kafka 0.10 project to build modules

## What changes were proposed in this pull request?
This PR adds the Kafka 0.10 subproject to the build infrastructure. This makes sure Kafka 0.10 tests are only triggers when it or of its dependencies change.

Author: Herman van Hovell <hvanhovell@databricks.com>

Closes #15355 from hvanhovell/SPARK-17782.
parent bcaa799c
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,17 @@ streaming_kafka = Module(
]
)
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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment