You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/06/01 18:33:30 UTC

[4/4] beam git commit: This closes #3274: Add WriteFiles translation

This closes #3274: Add WriteFiles translation

  Add WriteFiles translation
  Make WriteFiles config publicly readable
  Add WriteFilesPayload to Runner API well-known transforms


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/82b81e51
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/82b81e51
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/82b81e51

Branch: refs/heads/master
Commit: 82b81e51857f1a92f16c5d427f90ab81da48f652
Parents: 63bcd39 f3ed5a4
Author: Kenneth Knowles <kl...@google.com>
Authored: Thu Jun 1 11:33:04 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Thu Jun 1 11:33:04 2017 -0700

----------------------------------------------------------------------
 .../construction/PTransformTranslation.java     |   3 +
 .../construction/WriteFilesTranslation.java     | 152 +++++++++++++++
 .../construction/WriteFilesTranslationTest.java | 186 +++++++++++++++++++
 .../src/main/proto/beam_runner_api.proto        |  11 ++
 .../java/org/apache/beam/sdk/io/WriteFiles.java |   9 +-
 5 files changed, 360 insertions(+), 1 deletion(-)
----------------------------------------------------------------------