From 410b908cdbdbe1b4e2c3b5925a11258bd61b8195 Mon Sep 17 00:00:00 2001 From: Davies Liu Date: Tue, 20 Jan 2015 22:44:58 -0800 Subject: [SPARK-5275] [Streaming] include python source code Include the python source code into assembly jar. cc mengxr pwendell Author: Davies Liu 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 --- streaming/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'streaming') 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 @@ + + + ../python + + pyspark/streaming/*.py + + + -- cgit v1.2.3