[GitHub] incubator-beam pull request #461: Initial Beam Python SDK

2016-06-14 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/461 Initial Beam Python SDK Baby Beam Python SDK joins the Beam family. Code moved from https://github.com/GoogleCloudPlatform/DataflowPythonSDK/ R: @davorbonaci, @francesperry

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

2016-07-22 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/715 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

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

2016-07-24 Thread silviulica
Github user silviulica closed the pull request at: https://github.com/apache/incubator-beam/pull/715 --- 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

[GitHub] incubator-beam pull request #668: [BEAM-439] Remove optional args from start...

2016-07-18 Thread silviulica
Github user silviulica closed the pull request at: https://github.com/apache/incubator-beam/pull/668 --- 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

[GitHub] incubator-beam pull request #668: [BEAM-439] Remove optional args from start...

2016-07-15 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/668 [BEAM-439] Remove optional args from start/finish bundle methods @robertwb can you please take a look? (take II -- I abandoned previous PR due to bad merge on my part

[GitHub] incubator-beam pull request #632: [BEAM-439] Remove optional args from start...

2016-07-12 Thread silviulica
Github user silviulica closed the pull request at: https://github.com/apache/incubator-beam/pull/632 --- 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

[GitHub] incubator-beam pull request #632: [BEAM-439] Remove optional args from start...

2016-07-11 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/632 [BEAM-439] Remove optional args from start/finish bundle methods @robertwb can you please take a look? Technically we do not want to allow deferred side inputs but it is much simple

[GitHub] incubator-beam pull request #569: [BEAM-403] Get current SDK package from Py...

2016-07-07 Thread silviulica
Github user silviulica closed the pull request at: https://github.com/apache/incubator-beam/pull/569 --- 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

[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

[GitHub] incubator-beam pull request #751: Fix hashing and comparison for compression...

2016-07-28 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/751 Fix hashing and comparison for compression types R: @robertwb Please take a look Robert. Thanks! You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-beam pull request #569: [BEAM-403] Get current SDK package from Py...

2016-06-30 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/569 [BEAM-403] Get current SDK package from PyPI instead of GitHub With this change we support (in the DataflowPipelineRunner) getting the SDK package from PyPI where we will release Google

[GitHub] incubator-beam pull request #558: [BEAM-387] Two small fixes (remove interna...

2016-06-29 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/558 [BEAM-387] Two small fixes (remove internal file and fix gcsio code path) Be sure to do all of the following to help us incorporate your contribution quickly and easily