Re: [Streaming] Difference between windowed stream and stream with large batch size?

2016-03-22 Thread Jatin Kumar
Hello all, I am also looking for the answer of the same. Can someone please answer on the pros and cons of using a larger batch size or putting a window operation on smaller batch size? -- Thanks Jatin On Wed, Mar 16, 2016 at 2:30 PM, Hao Ren wrote: > Any ideas ? > > Feel

Re: [Streaming] Difference between windowed stream and stream with large batch size?

2016-03-16 Thread Hao Ren
Any ideas ? Feel free to ask me more details, if my questions are not clear. Thank you. On Mon, Mar 7, 2016 at 3:38 PM, Hao Ren wrote: > I want to understand the advantage of using windowed stream. > > For example, > > Stream 1: > initial duration = 5 s, > and then

[Streaming] Difference between windowed stream and stream with large batch size?

2016-03-07 Thread Hao Ren
I want to understand the advantage of using windowed stream. For example, Stream 1: initial duration = 5 s, and then transformed into a stream windowed by (*windowLength = *30s, *slideInterval = *30s) Stream 2: Duration = 30 s Questions: 1. Is Stream 1 equivalent to Stream 2 on behavior ? Do