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 9FCC5200BD4 for ; Thu, 1 Dec 2016 14:35:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9E6F1160B0F; Thu, 1 Dec 2016 13:35:39 +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 E739D160B0B for ; Thu, 1 Dec 2016 14:35:38 +0100 (CET) Received: (qmail 60489 invoked by uid 500); 1 Dec 2016 13:35:38 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 60464 invoked by uid 99); 1 Dec 2016 13:35:38 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2016 13:35:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C11E7180652 for ; Thu, 1 Dec 2016 13:35:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id NUpXfkML6F2y for ; Thu, 1 Dec 2016 13:35:37 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id A7DF460E66 for ; Thu, 1 Dec 2016 13:35:36 +0000 (UTC) Received: (qmail 57178 invoked by uid 99); 1 Dec 2016 13:34:21 -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 Dec 2016 13:34:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 29CF0E962C; Thu, 1 Dec 2016 13:34:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org To: commits@beam.incubator.apache.org Date: Thu, 01 Dec 2016 13:34:22 -0000 Message-Id: In-Reply-To: <3f46e9bd617646469f2783c87d2b16f9@git.apache.org> References: <3f46e9bd617646469f2783c87d2b16f9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-beam git commit: [BEAM-918] This closes #1370 archived-at: Thu, 01 Dec 2016 13:35:39 -0000 [BEAM-918] This closes #1370 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0c875ba7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0c875ba7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/0c875ba7 Branch: refs/heads/master Commit: 0c875ba704c2501c3215ffd588d02d2e4117ded2 Parents: 711c680 d99829d Author: Jean-Baptiste Onofré Authored: Thu Dec 1 11:43:36 2016 +0100 Committer: Jean-Baptiste Onofré Committed: Thu Dec 1 11:43:36 2016 +0100 ---------------------------------------------------------------------- .../runners/spark/SparkPipelineOptions.java | 5 ++ .../spark/translation/BoundedDataset.java | 5 +- .../beam/runners/spark/translation/Dataset.java | 2 +- .../spark/translation/EvaluationContext.java | 10 +++- .../translation/StorageLevelPTransform.java | 43 +++++++++++++++ .../spark/translation/TransformTranslator.java | 27 ++++++++++ .../translation/streaming/UnboundedDataset.java | 13 ++++- .../spark/translation/StorageLevelTest.java | 56 ++++++++++++++++++++ 8 files changed, 155 insertions(+), 6 deletions(-) ----------------------------------------------------------------------