You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/03/21 20:44:33 UTC

[beam-site] branch mergebot updated (fedc74b -> 2346a41)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


 discard fedc74b  This closes #395
 discard 52561db  parallelise test
     new 02fe94a  Add instructions on how to build and use the Python tarball.
     new 2346a41  This closes #404

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fedc74b)
            \
             N -- N -- N   refs/heads/mergebot (2346a41)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                            |  2 --
 Rakefile                             |  4 +---
 src/contribute/contribution-guide.md | 20 ++++++++++++++++++++
 3 files changed, 21 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[beam-site] 01/02: Add instructions on how to build and use the Python tarball.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 02fe94a413da8bbf551a271ac83cbb95d3533423
Author: Udi Meiri <eh...@google.com>
AuthorDate: Tue Mar 20 12:43:21 2018 -0700

    Add instructions on how to build and use the Python tarball.
---
 src/contribute/contribution-guide.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/contribute/contribution-guide.md b/src/contribute/contribution-guide.md
index fcf7502..c8ddd8d 100644
--- a/src/contribute/contribution-guide.md
+++ b/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, you must build the Beam tarball. From
+the root of the git repository, run:
+
+```
+cd sdks/python/
+python setup.py sdist
+```
+
+Pass the `--sdk_location` flag to use the newly built version. For example:
+
+```
+python setup.py sdist > /dev/null && \
+    python -m apache_beam.examples.wordcount ... \
+        --sdk_location dist/apache-beam-2.5.0.dev0.tar.gz
+```
+
 ### Testing
 
 All code should have appropriate unit testing coverage. New code should have

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[beam-site] 02/02: This closes #404

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 2346a4170e3613c660c70a23ab0cec3bd8fb1285
Merge: 789d0e2 02fe94a
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Mar 21 13:44:14 2018 -0700

    This closes #404

 src/contribute/contribution-guide.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.