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 09356200B88 for ; Thu, 22 Sep 2016 13:52:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 07C88160AD0; Thu, 22 Sep 2016 11:52:34 +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 4E0F7160AAD for ; Thu, 22 Sep 2016 13:52:33 +0200 (CEST) Received: (qmail 51211 invoked by uid 500); 22 Sep 2016 11:52:32 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 51198 invoked by uid 99); 22 Sep 2016 11:52:32 -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; Thu, 22 Sep 2016 11:52:32 +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 01CD2C03BC for ; Thu, 22 Sep 2016 11:52:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.427 X-Spam-Level: X-Spam-Status: No, score=-1.427 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-1.426, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-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 IZ1UsuVtzN6L for ; Thu, 22 Sep 2016 11:52:30 +0000 (UTC) Received: from proxy.tng.vnc.biz (zimbra-vnc.tngtech.com [83.144.240.98]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id CD3CF5FBCE for ; Thu, 22 Sep 2016 11:52:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by proxy.tng.vnc.biz (Postfix) with ESMTP id 5DFB41E2FD8 for ; Thu, 22 Sep 2016 13:52:29 +0200 (CEST) Received: from proxy.tng.vnc.biz ([127.0.0.1]) by localhost (proxy.tng.vnc.biz [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id c6_sgvo6KRdJ for ; Thu, 22 Sep 2016 13:52:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by proxy.tng.vnc.biz (Postfix) with ESMTP id B253C1E3F5E for ; Thu, 22 Sep 2016 13:52:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at Received: from proxy.tng.vnc.biz ([127.0.0.1]) by localhost (proxy.tng.vnc.biz [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id EbPe85UGF-q9 for ; Thu, 22 Sep 2016 13:52:28 +0200 (CEST) Received: from [10.4.4.174] (fire3.tngtech.com [212.204.93.100]) by proxy.tng.vnc.biz (Postfix) with ESMTPSA id 80DFA1E3F59 for ; Thu, 22 Sep 2016 13:52:28 +0200 (CEST) From: Maximilian Bode Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: Re: Daily/hourly TumblingEventTimeWindows Date: Thu, 22 Sep 2016 13:52:27 +0200 References: <27BA1FCB-7F25-4790-9915-C69B1404049A@tngtech.com> To: user@flink.apache.org In-Reply-To: <27BA1FCB-7F25-4790-9915-C69B1404049A@tngtech.com> Message-Id: <9A30DC55-94C8-4BDA-B5C6-BB8E198BC33F@tngtech.com> X-Mailer: Apple Mail (2.3226) archived-at: Thu, 22 Sep 2016 11:52:34 -0000 I have just noticed that this is exactly what it currently does. Reading = the docs I assumed all windows would be of the same size. > Am 22.09.2016 um 13:35 schrieb Maximilian Bode = : >=20 > Hi everyone, >=20 > is there an easy way to implement a tumbling event time window that = tumbles at a certain time? Examples could be daily or hourly (tumbling = at exactly 00:00, 01:00, 02:00 etc.) windows. >=20 > So in particular, for a daily window, the first window would be = shorter than the rest, tumble at midnight and after that it would = basically be the same as a regular 24h TumbilngEventTimeWindow. >=20 > Cheers, > Max