aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2016-04-09 14:03:03 -0700
committerXiangrui Meng <meng@databricks.com>2016-04-09 14:03:03 -0700
commit415446cc9b2652f6da11ee8ead5eb4e66685c45f (patch)
treeee76f91f1080abc993307315a09697060e0fb948 /dev
parentcd2fed70129ba601f8c849a93eeb44a5d69c2402 (diff)
downloadspark-415446cc9b2652f6da11ee8ead5eb4e66685c45f.tar.gz
spark-415446cc9b2652f6da11ee8ead5eb4e66685c45f.tar.bz2
spark-415446cc9b2652f6da11ee8ead5eb4e66685c45f.zip
Revert "[SPARK-14462][ML][MLLIB] add the mllib-local build to maven pom"
This reverts commit 1598d11bb0248384872cf88bc2b16f3b238046ad.
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/",