You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/01/21 07:45:22 UTC

spark git commit: [SPARK-5275] [Streaming] include python source code

Repository: spark
Updated Branches:
  refs/heads/master 9a151ce58 -> bad6c5721


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

Include the python source code into assembly jar.

cc mengxr pwendell

Author: Davies Liu <da...@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


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

Branch: refs/heads/master
Commit: bad6c5721167153d7ed834b49f87bf2980c6ed67
Parents: 9a151ce
Author: Davies Liu <da...@databricks.com>
Authored: Tue Jan 20 22:44:58 2015 -0800
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Tue Jan 20 22:44:58 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/bad6c572/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index d3c6d03..22b0d71 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>


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