Re: Lot of data generated in out file

2018-04-15 Thread Ashish Attarde
t; the stream before > applying the second windowed transformation. > > Cheers, > Gordon > > > > -- > Sent from: http://apache-flink-user-mailing-list-archive.2336050. > n4.nabble.com/ > -- Thanks -Ashish Attarde

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

Re: Hi Flink Team

2018-03-01 Thread Ashish Attarde
i.windowing. > time.Time-org.apache.flink.streaming.api.windowing.time.Time- > > Note that it’s defined in DataStream, not in the KeyedStream. > > In your keyBy example keyBy() is just a NoOp. Didn’t you mean to use > KeyedStream#timeWindows method? > > Piotrek > > On 1 Mar 2018, at 09:21, Ashis

Fwd: Hi Flink Team

2018-03-01 Thread Ashish Attarde
)); I am trying to correlate 2 streams, what is the right way to do it? I tried the CEP library and experienced the worst performance. It is taking ~4 minutes to do the correlation. The corelation logic is very simple and not compute intensive. -- Thanks -Ashish Attarde -- Thanks -Ashish Attarde