[
https://issues.apache.org/jira/browse/BEAM-2517?focusedWorklogId=82870&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82870
]
ASF GitHub Bot logged work on BEAM-2517:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Mar/18 18:50
Start Date: 21/Mar/18 18:50
Worklog Time Spent: 10m
Work Description: udim commented on a change in pull request #404:
[BEAM-2517] Add instructions on how to build and use the Python tarball.
URL: https://github.com/apache/beam-site/pull/404#discussion_r176199730
##########
File path: src/contribute/contribution-guide.md
##########
@@ -218,6 +218,26 @@ push. You'll run:
$ git push <GitHub_user> <my-branch> --force
+### Building
+
+#### Python SDK
+
+Before testing SDK code changes remotely, the Beam tarball has to be built.
From
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 82870)
Time Spent: 40m (was: 0.5h)
> Document how to build Python SDK from BEAM head in contribution guide.
> ----------------------------------------------------------------------
>
> Key: BEAM-2517
> URL: https://issues.apache.org/jira/browse/BEAM-2517
> Project: Beam
> Issue Type: Bug
> Components: website
> Reporter: Valentyn Tymofieiev
> Assignee: Udi Meiri
> Priority: Minor
> Labels: starter
> Time Spent: 40m
> Remaining Estimate: 0h
>
> We should add instructions how to build Python SDK from BEAM head to BEAM
> contributor guide[1] .
> The commands can be as follows:
> cd ./beam/sdks/python
> python setup.py sdist
> SDK tarball will appear in ./dist/
> [1]: https://beam.apache.org/contribute/contribution-guide
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)