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:45:34 -0800
commit410b908cdbdbe1b4e2c3b5925a11258bd61b8195 (patch)
treee9e17099f10094b5903b6d6c64f6b235eba520db /streaming
parent92c238c192287ae12c3028b8ee3d9b5d9a65c72a (diff)
downloadspark-410b908cdbdbe1b4e2c3b5925a11258bd61b8195.tar.gz
spark-410b908cdbdbe1b4e2c3b5925a11258bd61b8195.tar.bz2
spark-410b908cdbdbe1b4e2c3b5925a11258bd61b8195.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 (cherry picked from commit bad6c5721167153d7ed834b49f87bf2980c6ed67) Signed-off-by: Patrick Wendell <patrick@databricks.com>
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 910e7c531d..c2f852b0c8 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -106,5 +106,13 @@
</executions>
</plugin>
</plugins>
+ <resources>
+ <resource>
+ <directory>../python</directory>
+ <includes>
+ <include>pyspark/streaming/*.py</include>
+ </includes>
+ </resource>
+ </resources>
</build>
</project>