Re: Flink AggregateFunction Help

2017-08-27 Thread Alexx
Fixed. Issue with Timestamp. That is why the windowing function wasnt working properly. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-AggregateFunction-Help-tp15160p15167.html Sent from the Apache Flink User Mailing List archive

Flink AggregateFunction Help

2017-08-26 Thread Alexandru Gutan
Hello! I'm unable to see any results from .print() after performing an AggregateFunction over a timeWindow. I made a very detailed post on StackOverflow: https://stackoverflow.com/questions/45898849/flink-aggregatefunction Thank you!