aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/sparktestsupport/modules.py14
1 files changed, 1 insertions, 13 deletions
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index c844bcff7e..bb04ec6ee6 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -256,21 +256,9 @@ streaming_flume_assembly = Module(
)
-mllib_local = Module(
- name="mllib-local",
- dependencies=[],
- source_file_regexes=[
- "mllib-local",
- ],
- sbt_test_goals=[
- "mllib-local/test",
- ]
-)
-
-
mllib = Module(
name="mllib",
- dependencies=[mllib_local, streaming, sql],
+ dependencies=[streaming, sql],
source_file_regexes=[
"data/mllib/",
"mllib/",