aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-05-12 01:39:21 -0700
committerAndrew Or <andrew@databricks.com>2015-05-12 01:39:21 -0700
commit82e890fb19d6fbaffa69856eecb4699f2f8a81eb (patch)
treeaf355cf7aad98e5d27cc82d9790632b44620e0b1 /mllib/pom.xml
parent984787526625b4ef8a1635faf7a5ac3cb0b758b7 (diff)
downloadspark-82e890fb19d6fbaffa69856eecb4699f2f8a81eb.tar.gz
spark-82e890fb19d6fbaffa69856eecb4699f2f8a81eb.tar.bz2
spark-82e890fb19d6fbaffa69856eecb4699f2f8a81eb.zip
[SPARK-7485] [BUILD] Remove pyspark files from assembly.
The sbt part of the build is hacky; it basically tricks sbt into generating the zip by using a generator, but returns an empty list for the generated files so that nothing is actually added to the assembly. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #6022 from vanzin/SPARK-7485 and squashes the following commits: 22c1e04 [Marcelo Vanzin] Remove unneeded code. 4893622 [Marcelo Vanzin] [SPARK-7485] [build] Remove pyspark files from assembly.
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index a3c57ae260..0c07ca1a62 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -141,16 +141,5 @@
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
- <resources>
- <resource>
- <directory>../python</directory>
- <includes>
- <include>pyspark/mllib/*.py</include>
- <include>pyspark/mllib/stat/*.py</include>
- <include>pyspark/ml/*.py</include>
- <include>pyspark/ml/param/*.py</include>
- </includes>
- </resource>
- </resources>
</build>
</project>