[GitHub] beam pull request #1899: [BEAM-1265] Fail if --streaming option is used

2017-02-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/1899 --- 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 feature is

[GitHub] beam pull request #1899: [BEAM-1265] Fail if --streaming option is used

2017-02-01 Thread aaltay
GitHub user aaltay reopened a pull request: https://github.com/apache/beam/pull/1899 [BEAM-1265] Fail if --streaming option is used Currently, none of the runners for Python SDK supports streaming. Fail at pipeline validation time if '--streaming' option is set. This is to

[GitHub] beam pull request #1899: [BEAM-1265] Fail if --streaming option is used

2017-02-01 Thread aaltay
Github user aaltay closed the pull request at: https://github.com/apache/beam/pull/1899 --- 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 feature is

[GitHub] beam pull request #1899: [BEAM-1265] Fail if --streaming option is used

2017-02-01 Thread aaltay
GitHub user aaltay opened a pull request: https://github.com/apache/beam/pull/1899 [BEAM-1265] Fail if --streaming option is used Currently, none of the runners for Python SDK supports streaming. Fail at pipeline validation time if '--streaming' option is set. This is to