aboutsummaryrefslogtreecommitdiff
path: root/streaming
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 /streaming
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 'streaming')
-rw-r--r--streaming/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 5ca55a4f68..5ab7f4472c 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -105,13 +105,5 @@
</configuration>
</plugin>
</plugins>
- <resources>
- <resource>
- <directory>../python</directory>
- <includes>
- <include>pyspark/streaming/*.py</include>
- </includes>
- </resource>
- </resources>
</build>
</project>