-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5275] [Streaming] include python source code #4128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #25858 has started for PR 4128 at commit
|
|
Test build #25858 has finished for PR 4128 at commit
|
|
Test PASSed. |
streaming/pom.xml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be indented another level?
|
LGTM with just one minor style comment. @davies I'm assuming you tested this? |
|
@pwendell I'm working on double-check it. What's the purpose of include the python file into assembly jar? Those are already included in bin-package, also we didn't include the python files in assembly jar generated by |
|
Test build #25875 has started for PR 4128 at commit
|
|
@pwendell I had confirmed that these files will be included in ./dist/lib/spark-assembly-XXX-SNAPSHOT-hadoop.jar |
|
Thanks Davies, I'm merging this. |
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 bad6c57) Signed-off-by: Patrick Wendell <patrick@databricks.com>
|
Test build #25875 has finished for PR 4128 at commit
|
|
Test PASSed. |
Include the python source code into assembly jar. cc mengxr pwendell Author: Davies Liu <davies@databricks.com> Closes apache#4128 from davies/build_streaming2 and squashes the following commits: 546af4c [Davies Liu] fix indent 48859b2 [Davies Liu] include python source code
Include the python source code into assembly jar.
cc @mengxr @pwendell