GitHub user kennknowles opened a pull request:
https://github.com/apache/beam/pull/3977
[BEAM-2963] Stage pipeline in DataflowRunner
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [x] 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.
- [x] Each commit in the pull request should have a meaningful subject
line and body.
- [x] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue.
- [x] Write a pull request description that is detailed enough to
understand what the pull request does, how, and why.
- [x] Run `mvn clean verify` to make sure basic checks pass. A more
thorough check will be performed on your pull request automatically.
- [x] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
---
I've confirmed that the pipeline is uploaded and the metadata set to the
actual path, which has the hash appended to avoid collision.
R: @herohde
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kennknowles/beam stage-pipeline
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3977.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 #3977
----
commit 66a2dc0fddb614d41774dec390cdd1e674e4657c
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-11T03:11:36Z
Make PackageUtil public and @Internal
commit c72e6bbfe58d9f333430e81cae74a98a7d3f54fe
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-11T03:11:47Z
Stage the portable pipeline in Dataflow
----
---