aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/sparktestsupport/modules.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 93a8c15e3e..efe58ea2e0 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -222,6 +222,18 @@ streaming_flume_sink = Module(
)
+streaming_akka = Module(
+ name="streaming-akka",
+ dependencies=[streaming],
+ source_file_regexes=[
+ "external/akka",
+ ],
+ sbt_test_goals=[
+ "streaming-akka/test",
+ ]
+)
+
+
streaming_flume = Module(
name="streaming-flume",
dependencies=[streaming],