From commits-return-75642-archive-asf-public=cust-asf.ponee.io@beam.apache.org Fri Jun 1 20:20:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E83A4180677 for ; Fri, 1 Jun 2018 20:20:03 +0200 (CEST) Received: (qmail 20814 invoked by uid 500); 1 Jun 2018 18:20:03 -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 20774 invoked by uid 99); 1 Jun 2018 18:20:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2018 18:20:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A192CC005C for ; Fri, 1 Jun 2018 18:20:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ncdoCRD1eAu1 for ; Fri, 1 Jun 2018 18:20:02 +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 52A045F356 for ; Fri, 1 Jun 2018 18:20:01 +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 8C381E092E for ; Fri, 1 Jun 2018 18:20:00 +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 415F721098 for ; Fri, 1 Jun 2018 18:20:00 +0000 (UTC) Date: Fri, 1 Jun 2018 18:20:00 +0000 (UTC) From: "Thomas Groh (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (BEAM-4135) Remove Use of Java SDK Types in the DirectRunner "engine" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BEAM-4135?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh resolved BEAM-4135. ------------------------------- Resolution: Fixed Fix Version/s: Not applicable > Remove Use of Java SDK Types in the DirectRunner "engine" > --------------------------------------------------------- > > Key: BEAM-4135 > URL: https://issues.apache.org/jira/browse/BEAM-4135 > Project: Beam > Issue Type: New Feature > Components: runner-direct > Reporter: Thomas Groh > Assignee: Thomas Groh > Priority: Major > Labels: portability > Fix For: Not applicable > > Time Spent: 2.5h > Remaining Estimate: 0h > > The "engine" consists of the components which determine where to schedule= work and route it to the appropriate processors, such as WatermarkManager,= DirectBundleProcessor, and associated. > =C2=A0 > These engine components never inspect the actual characteristics of the p= ackaged work (e.g. the PCollection is a token, rather than a rich object), = so they should not require use of a PCollection directly - instead, they ca= n be generic. -- This message was sent by Atlassian JIRA (v7.6.3#76005)