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 23127200BB6 for ; Fri, 4 Nov 2016 19:06:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 21A9E160AEA; Fri, 4 Nov 2016 18:06:53 +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 6A284160AFE for ; Fri, 4 Nov 2016 19:06:52 +0100 (CET) Received: (qmail 30970 invoked by uid 500); 4 Nov 2016 18:06:51 -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 30961 invoked by uid 99); 4 Nov 2016 18:06:51 -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, 04 Nov 2016 18:06:51 +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 1CF85C7D03 for ; Fri, 4 Nov 2016 18:06:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[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-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 9-FJtMbwB2qe for ; Fri, 4 Nov 2016 18:06:50 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 6BAF85FBDF for ; Fri, 4 Nov 2016 18:06:49 +0000 (UTC) Received: (qmail 29090 invoked by uid 99); 4 Nov 2016 18:05:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2016 18:05:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E8D3E2C2AC0 for ; Fri, 4 Nov 2016 18:05:58 +0000 (UTC) Date: Fri, 4 Nov 2016 18:05:58 +0000 (UTC) From: "Kenneth Knowles (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: =?utf-8?Q?[jira]_[Commented]_(BEAM-912)_?= =?utf-8?Q?Trigger_=08=08can_be_more_flexible?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 04 Nov 2016 18:06:53 -0000 [ https://issues.apache.org/jira/browse/BEAM-912?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D156371= 98#comment-15637198 ]=20 Kenneth Knowles commented on BEAM-912: -------------------------------------- Hello! Your example does not actually seem to include triggers at all. Can you exp= lain? As for the suggestion itself: we have deliberately removed the {{onElement}= } method and the rest of the state machine from Beam's triggers and made th= em "just syntax". There are a few reasons for this: - User-defined triggers are not cross-language, yet. We need to design a l= anguage-independent way for runners to invoke user-defined triggers. - Runners may actually have better ways of executing some triggers, so we = don't want them to necessarily be black boxes. - There are many {{onElement}}-based state machines that are not correct t= riggers. Even the triggers we have today took a while to get right - they a= re not usable enough yet. So when we do create a cross-language cross-runne= r user-defined trigger API, it won't look like the current API, but will be= more like the details I've added to BEAM-101. Basically a combiner and a p= redicate. > Trigger =08=08can be more flexible > ------------------------------ > > Key: BEAM-912 > URL: https://issues.apache.org/jira/browse/BEAM-912 > Project: Beam > Issue Type: New Feature > Components: beam-model > Reporter: Jingsong Lee > Assignee: Frances Perry > > 1.We can support some data-driven trigger, so we need expose data in OnEl= ementContext of onElement method.=20 > 2.We can support more flexible join, so we need expose buffer tag in Trig= gerContext, now this buffer tag is in SystemReduceFn. > for example: SELECT STREAM * FROM Orders AS o JOIN Shipments AS s > ON o.orderId =3D s.orderId AND s.rowtime BETWEEN o.rowtime AND o.rowtime = + INTERVAL '1' HOUR; > link: https://issues.apache.org/jira/browse/BEAM-101 -- This message was sent by Atlassian JIRA (v6.3.4#6332)