Repository: spark
Updated Branches:
  refs/heads/branch-1.2 92c238c19 -> 410b908cd


[SPARK-5275] [Streaming] include python source code

Include the python source code into assembly jar.

cc mengxr pwendell

Author: Davies Liu <dav...@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 <patr...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/410b908c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/410b908c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/410b908c

Branch: refs/heads/branch-1.2
Commit: 410b908cdbdbe1b4e2c3b5925a11258bd61b8195
Parents: 92c238c
Author: Davies Liu <dav...@databricks.com>
Authored: Tue Jan 20 22:44:58 2015 -0800
Committer: Patrick Wendell <patr...@databricks.com>
Committed: Tue Jan 20 22:45:34 2015 -0800

----------------------------------------------------------------------
 streaming/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/410b908c/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 910e7c5..c2f852b 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to