[04/12] incubator-beam git commit: Fix multi-input named PTransforms.

2016-07-23 Thread robertwb
Fix multi-input named PTransforms. Now delegate the __ror__ logic entirely for the naming wrapper. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/937cf69e Tree:

[11/12] incubator-beam git commit: Final cleanup pass.

2016-07-23 Thread robertwb
Final cleanup pass. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e3c078fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e3c078fe Diff:

[09/12] incubator-beam git commit: Fix label-sensitive test.

2016-07-23 Thread robertwb
Fix label-sensitive test. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2a59a121 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2a59a121 Diff:

[08/12] incubator-beam git commit: Fixes examples

2016-07-23 Thread robertwb
Fixes examples Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2ff5630b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2ff5630b Diff:

[10/12] incubator-beam git commit: Lint fixes.

2016-07-23 Thread robertwb
Lint fixes. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b15d35ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b15d35ca Diff:

[03/12] incubator-beam git commit: Move names out of transform constructors.

2016-07-23 Thread robertwb
Move names out of transform constructors. sed -i -r 's/[|] (\S+)[(](["'"'"'][^"'"'"']+.)(, +|([)]))/| \2 >> \1(\4/g' Small number of tests will need to be fixed by hand. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[2/4] incubator-beam git commit: Make save_main_session optional

2016-07-23 Thread robertwb
Make save_main_session optional Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2e36602c Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2e36602c Diff:

[4/4] incubator-beam git commit: Closes #723

2016-07-23 Thread robertwb
Closes #723 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9fe102a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9fe102a5 Diff:

[GitHub] incubator-beam pull request #723: Make save_main_session optional

2016-07-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/723 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[1/4] incubator-beam git commit: Refactor setup.py to separate strings/versions

2016-07-23 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 47042ce89 -> 9fe102a5c Refactor setup.py to separate strings/versions Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/af6d3804 Tree:

[3/4] incubator-beam git commit: Refactor examples to use save_main_session

2016-07-23 Thread robertwb
Refactor examples to use save_main_session Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3d64a8c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3d64a8c5 Diff:

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_SparkLocal #14

2016-07-23 Thread Apache Jenkins Server
See

[02/12] incubator-beam git commit: Move names out of transform constructors.

2016-07-23 Thread robertwb
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/031c4cce/sdks/python/apache_beam/transforms/combiners_test.py -- diff --git a/sdks/python/apache_beam/transforms/combiners_test.py

[05/12] incubator-beam git commit: fixup: failing tests expecting name

2016-07-23 Thread robertwb
fixup: failing tests expecting name Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c5b5b14d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c5b5b14d Diff:

[12/12] incubator-beam git commit: Closes #718

2016-07-23 Thread robertwb
Closes #718 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/38d9dea2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/38d9dea2 Diff:

[07/12] incubator-beam git commit: Cleanup and fix combiners_test.

2016-07-23 Thread robertwb
Cleanup and fix combiners_test. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/01830510 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/01830510 Diff:

[GitHub] incubator-beam pull request #718: Change all examples and tests to use the n...

2016-07-23 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/718 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_SparkLocal #11

2016-07-23 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_SparkLocal #12

2016-07-23 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_SparkLocal #13

2016-07-23 Thread Apache Jenkins Server
See

[GitHub] incubator-beam pull request #723: Make save_main_session optional

2016-07-23 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/723 Make save_main_session optional This PR does 3 things: 1) make --save_main_session optional 2) Sets it to true in all examples that need it (e.g., wordcount needs it) 3)