GitHub user robertwb opened a pull request:
https://github.com/apache/beam/pull/3847
Refactor fn api runner into universal local runner
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the
change (usually before you start working on it). Trivial changes like typos do
not require a JIRA issue. Your pull request should address just this issue,
without pulling in other changes.
- [ ] Each commit in the pull request should have a meaningful subject
line and body.
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue.
- [ ] Write a pull request description that is detailed enough to
understand what the pull request does, how, and why.
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more
thorough check will be performed on your pull request automatically.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertwb/incubator-beam ulr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3847.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3847
----
commit 738417af5951e1a84ff184539814cf5cb7fbba1f
Author: Robert Bradshaw <[email protected]>
Date: 2017-09-08T19:25:42Z
Refactor fn api runner into universal local runner.
commit 433a15d3542753b40699aa7185a37dd90f19c48e
Author: Robert Bradshaw <[email protected]>
Date: 2017-09-08T22:31:17Z
Implement ULR subprocess mode.
commit 36c229edea598fe694a9ef936b51fc7c83041b41
Author: Robert Bradshaw <[email protected]>
Date: 2017-09-09T01:25:10Z
Allow worker to be started as a subprocess.
commit f5e97a2c0ff130abc1f6c98adf549e39313b2ea1
Author: Robert Bradshaw <[email protected]>
Date: 2017-09-09T01:36:00Z
Streaming Job API.
commit 7a6abdf6f2cb69631da9f0880842e3615c9612fd
Author: Robert Bradshaw <[email protected]>
Date: 2017-09-13T17:34:53Z
Lint and docs.
----
---