Skip to content

Commit bad6c57

Browse files
Davies Liupwendell
authored andcommitted
[SPARK-5275] [Streaming] include python source code
Include the python source code into assembly jar. cc mengxr pwendell Author: Davies Liu <[email protected]> Closes apache#4128 from davies/build_streaming2 and squashes the following commits: 546af4c [Davies Liu] fix indent 48859b2 [Davies Liu] include python source code
1 parent 9a151ce commit bad6c57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

streaming/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,13 @@
9696
</executions>
9797
</plugin>
9898
</plugins>
99+
<resources>
100+
<resource>
101+
<directory>../python</directory>
102+
<includes>
103+
<include>pyspark/streaming/*.py</include>
104+
</includes>
105+
</resource>
106+
</resources>
99107
</build>
100108
</project>

0 commit comments

Comments
 (0)