Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EED54200CA3 for ; Thu, 1 Jun 2017 20:33:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EDAC5160BC1; Thu, 1 Jun 2017 18:33:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3EFC0160BDF for ; Thu, 1 Jun 2017 20:33:28 +0200 (CEST) Received: (qmail 7468 invoked by uid 500); 1 Jun 2017 18:33:27 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 7349 invoked by uid 99); 1 Jun 2017 18:33:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2017 18:33:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2B75CE0892; Thu, 1 Jun 2017 18:33:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kenn@apache.org To: commits@beam.apache.org Date: Thu, 01 Jun 2017 18:33:30 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] beam git commit: This closes #3274: Add WriteFiles translation archived-at: Thu, 01 Jun 2017 18:33:29 -0000 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 Authored: Thu Jun 1 11:33:04 2017 -0700 Committer: Kenneth Knowles 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(-) ----------------------------------------------------------------------