From 89e67d6667d5f8be9c6fb6c120fbcd350ae2950d Mon Sep 17 00:00:00 2001 From: cody koeninger Date: Wed, 11 May 2016 12:15:41 -0700 Subject: [SPARK-15085][STREAMING][KAFKA] Rename streaming-kafka artifact ## What changes were proposed in this pull request? Renaming the streaming-kafka artifact to include kafka version, in anticipation of needing a different artifact for later kafka versions ## How was this patch tested? Unit tests Author: cody koeninger Closes #12946 from koeninger/SPARK-15085. --- dev/sparktestsupport/modules.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/sparktestsupport') diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py index 5640928643..f81db8e44a 100644 --- a/dev/sparktestsupport/modules.py +++ b/dev/sparktestsupport/modules.py @@ -223,14 +223,14 @@ streaming_kinesis_asl = Module( streaming_kafka = Module( - name="streaming-kafka", + name="streaming-kafka-0-8", dependencies=[streaming], source_file_regexes=[ - "external/kafka", - "external/kafka-assembly", + "external/kafka-0-8", + "external/kafka-0-8-assembly", ], sbt_test_goals=[ - "streaming-kafka/test", + "streaming-kafka-0-8/test", ] ) -- cgit v1.2.3