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 09BBD200C2E for ; Sun, 5 Mar 2017 15:03:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0856D160B7D; Sun, 5 Mar 2017 14:03:37 +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 50AAD160B65 for ; Sun, 5 Mar 2017 15:03:36 +0100 (CET) Received: (qmail 53136 invoked by uid 500); 5 Mar 2017 14:03:35 -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 53127 invoked by uid 99); 5 Mar 2017 14:03:35 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2017 14:03:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0ABDAC247B for ; Sun, 5 Mar 2017 14:03:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id f8N8_2oQc8XG for ; Sun, 5 Mar 2017 14:03:34 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 10D875FB6B for ; Sun, 5 Mar 2017 14:03:34 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 598D2E0156 for ; Sun, 5 Mar 2017 14:03:33 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DE14824166 for ; Sun, 5 Mar 2017 14:03:32 +0000 (UTC) Date: Sun, 5 Mar 2017 14:03:32 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-1625) BoundedDataset action() does not materialize RDD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 05 Mar 2017 14:03:37 -0000 [ https://issues.apache.org/jira/browse/BEAM-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896275#comment-15896275 ] ASF GitHub Bot commented on BEAM-1625: -------------------------------------- GitHub user aviemzur opened a pull request: https://github.com/apache/beam/pull/2161 [BEAM-1625] BoundedDataset action() does not materialize RDD Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like: `[BEAM-] Description of pull request` - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable Travis-CI on your fork and ensure the whole test matrix passes). - [ ] Replace `` in the title with the actual Jira issue number, if there is one. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/aviemzur/beam spark-materialize-bug Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/2161.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 #2161 ---- commit f0cb2b77545680b44a6e424cea7f9738dafddbb2 Author: Aviem Zur Date: 2017-03-05T14:01:44Z [BEAM-1625] BoundedDataset action() does not materialize RDD ---- > BoundedDataset action() does not materialize RDD > ------------------------------------------------ > > Key: BEAM-1625 > URL: https://issues.apache.org/jira/browse/BEAM-1625 > Project: Beam > Issue Type: Bug > Components: runner-spark > Reporter: Aviem Zur > Assignee: Aviem Zur > > BoundedDataset action() does not materialize RDD since it uses {{foreachPartition}} which is not an action, instead use {{foreach}} which is. > See: http://spark.apache.org/docs/latest/programming-guide.html#actions -- This message was sent by Atlassian JIRA (v6.3.15#6346)