aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2015-01-20 22:44:58 -0800
committerPatrick Wendell <patrick@databricks.com>2015-01-20 22:44:58 -0800
commitbad6c5721167153d7ed834b49f87bf2980c6ed67 (patch)
treecb768bdd4e45353601fa084c34fdf7599b0a2a80 /streaming
parent9a151ce58b3e756f205c9f3ebbbf3ab0ba5b33fd (diff)
downloadspark-bad6c5721167153d7ed834b49f87bf2980c6ed67.tar.gz
spark-bad6c5721167153d7ed834b49f87bf2980c6ed67.tar.bz2
spark-bad6c5721167153d7ed834b49f87bf2980c6ed67.zip
[SPARK-5275] [Streaming] include python source code
Include the python source code into assembly jar. cc mengxr pwendell Author: Davies Liu <davies@databricks.com> Closes #4128 from davies/build_streaming2 and squashes the following commits: 546af4c [Davies Liu] fix indent 48859b2 [Davies Liu] include python source code
Diffstat (limited to 'streaming')
-rw-r--r--streaming/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index d3c6d0347a..22b0d714b5 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -96,5 +96,13 @@
</executions>
</plugin>
</plugins>
+ <resources>
+ <resource>
+ <directory>../python</directory>
+ <includes>
+ <include>pyspark/streaming/*.py</include>
+ </includes>
+ </resource>
+ </resources>
</build>
</project>