Re: Lot of data generated in out file

2018-04-15 Thread Ashish Attarde
Thanks Gordon for your reply. The out file mistry got resolved. Someone accidently, modified the POJO code on server that I work on to, and had put in println. Thank you for the information. I am experimenting with windowing to understand better and fit in my use case. Thanks -Ashish On Sun, Ap

Re: Lot of data generated in out file

2018-04-15 Thread Tzu-Li (Gordon) Tai
Hi Ashish, I don't really see why there are outputs in the out file for the program you provided. Perhaps others could chime in here .. As for your second question regarding window outputs: Yes, subsequent window operators should definitely be doable in Flink. This is just a matter of multiple tr

Lot of data generated in out file

2018-04-06 Thread Ashish Attarde
Hi Flink Team, I am seeing one of the out file for on my task manager is dumping lot of data. Not sure, why this is happening. All the data that is getting dumped in out file is ideally what *parsedInput *stream should be getting. Here is the flink program that is executing: env.setStreamTimeC