Re: Window is not working in streaming

2018-11-26 Thread Taher Koitawala
Which version of Flink are you using? The method was deprecated in your code, as per the new syntax this is the correct way to extract timestamp with periodic watermarks. On Mon 26 Nov, 2018, 1:45 PM Abhijeet Kumar Hi Taher, > > Thanks for the quick response but, if you tell the problem in my cod

Re: Window is not working in streaming

2018-11-26 Thread Abhijeet Kumar
Hi Taher, Thanks for the quick response but, if you tell the problem in my code then it would be a great help. Thanks, Abhijeet Kumar Software Development Engineer, Sentienz Solutions Pvt Ltd Cognitive Data Platform - Perceive the Data ! abhijeet.ku...@sentienz.com

Window is not working in streaming

2018-11-25 Thread Abhijeet Kumar
Hello Team, I'm new to Flink and I don't know why window is not working DataStream> window2 = stream2.assignTimestampsAndWatermarks( new AscendingTimestampExtractor>() { public long extractA