Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove streaming_kinesis_asl_assembly module and simply add the sourc…
…e folder to streaming_kinesis_asl module
  • Loading branch information
zsxwing committed Jul 30, 2015
commit 455f7ea47cd6bca3047b8023bab8ff0ed944c13e
15 changes: 2 additions & 13 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def contains_file(self, filename):
dependencies=[],
source_file_regexes=[
"extras/kinesis-asl/",
"extras/kinesis-asl-assembly/",
],
build_profile_flags=[
"-Pkinesis-asl",
Expand All @@ -151,18 +152,6 @@ def contains_file(self, filename):
)


streaming_kinesis_asl_assembly = Module(
name="kinesis-asl-assembly",
dependencies=[streaming_kinesis_asl],
source_file_regexes=[
"extras/kinesis-asl-assembly/",
],
build_profile_flags=[
"-Pkinesis-asl",
]
)


streaming_zeromq = Module(
name="streaming-zeromq",
dependencies=[streaming],
Expand Down Expand Up @@ -317,7 +306,7 @@ def contains_file(self, filename):
streaming,
streaming_kafka,
streaming_flume_assembly,
streaming_kinesis_asl_assembly
streaming_kinesis_asl
],
source_file_regexes=[
"python/pyspark/streaming"
Expand Down