This closes #4053
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/766b4f39 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/766b4f39 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/766b4f39 Branch: refs/heads/mr-runner Commit: 766b4f3973044bc5e8546a030bf3816b5446b9b1 Parents: e25d217 fcd864a Author: Thomas Groh <[email protected]> Authored: Mon Nov 6 11:02:27 2017 -0800 Committer: Thomas Groh <[email protected]> Committed: Mon Nov 6 11:02:27 2017 -0800 ---------------------------------------------------------------------- .../beam/model/fnexecution_v1/beam_fn_api.pb.go | 2729 ++++++++++++++ .../fnexecution_v1/beam_provision_api.pb.go | 57 +- sdks/go/pkg/beam/model/gen.go | 5 +- .../jobmanagement_v1/beam_artifact_api.pb.go | 68 +- .../model/jobmanagement_v1/beam_job_api.pb.go | 903 +++++ .../model/pipeline_v1/beam_runner_api.pb.go | 3491 ++++++++++++++++++ .../pkg/beam/model/pipeline_v1/endpoints.pb.go | 160 + .../model/pipeline_v1/standard_window_fns.pb.go | 120 + sdks/go/pkg/beam/util/syscallx/syscall.go | 7 +- sdks/java/container/boot.go | 12 +- sdks/python/container/boot.go | 31 +- 11 files changed, 7459 insertions(+), 124 deletions(-) ----------------------------------------------------------------------
