Great you could figure it out! And thanks for letting us know.
On Wed, Mar 8, 2017, at 03:03, Sam Huang wrote:
> So sorry I forgot to reply. I've solved the problem, turns out I didn't
> input
> data which generates a watermark greater than my first window end time,
> so
> no window was triggered.
So sorry I forgot to reply. I've solved the problem, turns out I didn't input
data which generates a watermark greater than my first window end time, so
no window was triggered.
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Event-time-tumbl
Hi Sam,
do you have an idea what the timestamps in your data are, i.e. the tuple.f1
field you're extracting. What you could try is instead of windowing simply
print your data and observe the timestamps. Maybe we can learn something
from this about why the window doesn't trigger.
Best,
Aljoscha
On