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 A6B5A200C36 for ; Fri, 10 Mar 2017 08:06:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A49C5160B79; Fri, 10 Mar 2017 07:06:09 +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 EE5D5160B69 for ; Fri, 10 Mar 2017 08:06:08 +0100 (CET) Received: (qmail 18749 invoked by uid 500); 10 Mar 2017 07:06:08 -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 18739 invoked by uid 99); 10 Mar 2017 07:06:08 -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; Fri, 10 Mar 2017 07:06:08 +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 A0AB4C6AEA for ; Fri, 10 Mar 2017 07:06:07 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id rTf9MtGv3FHX for ; Fri, 10 Mar 2017 07:06:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 619DE5F1F4 for ; Fri, 10 Mar 2017 07:06:06 +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 22654E095D for ; Fri, 10 Mar 2017 07:06:05 +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 78BC4243AE for ; Fri, 10 Mar 2017 07:06:04 +0000 (UTC) Date: Fri, 10 Mar 2017 07:06:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-831) ParDo Chaining MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Mar 2017 07:06:09 -0000 [ https://issues.apache.org/jira/browse/BEAM-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15904592#comment-15904592 ] ASF GitHub Bot commented on BEAM-831: ------------------------------------- GitHub user chinmaykolhatkar opened a pull request: https://github.com/apache/beam/pull/2216 [BEAM-831] ParDo Chaining of Apex Runner Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] 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). - [x] 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). R: @tweise, @kennknowles --- This is currently Work in Progress PR. The tests are being developed. This PR was created to have a convenient environment for discussing this code. Here are the TODOS: 1. Create the test cases for ParDo fusion for Apex runner You can merge this pull request into a Git repository by running: $ git pull https://github.com/chinmaykolhatkar/beam BEAM-831_ParDoChaining Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/2216.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 #2216 ---- commit d33532e607a5853f664602b3aae49c41a30bf046 Author: chinmaykolhatkar Date: 2017-03-01T11:29:46Z [BEAM-831] ParDo Fusion of Apex Runner ---- > ParDo Chaining > -------------- > > Key: BEAM-831 > URL: https://issues.apache.org/jira/browse/BEAM-831 > Project: Beam > Issue Type: Improvement > Components: runner-apex > Reporter: Thomas Weise > > Current state of Apex runner creates a plan that will place each operator in a separate container (which would be processes when running on a YARN cluster). Often the ParDo operators can be collocated in same thread or container. Use Apex affinity/stream locality attributes for more efficient execution plan. -- This message was sent by Atlassian JIRA (v6.3.15#6346)