Re: issue about the windows slice of stream

2017-06-26 Thread ??????????
Hi Owen, Would you like help me check this issue please? Is it a potential bug please or not? thanks Fei Shao ---Original--- From: "??"<1427357...@qq.com> Date: 2017/6/25 21:44:41 To: "user";"dev"; Subject: Re: issue about the windows slice o

Re: issue about the windows slice of stream

2017-06-25 Thread ??????????
nt.slideDuration, currentWindow.endTime)" logDebug("# new RDDs = " + newRDDs.size) ===code in ReducedWindowedDStream.scala end Thanks Fei Shao ---Original--- From: "??"<1427357...@qq.com> Date: 2017/6/24 14:51:52 To: "user";&

issue about the windows slice of stream

2017-06-23 Thread ??????????
Hi all, I found an issue about the windows slice of dstream. My code is : ssc = new StreamingContext( conf, Seconds(1)) val content = ssc.socketTextStream('ip','port') content.countByValueAndWindow( Seconds(2), Seconds(8)).foreach( println()) The key is that slide is greater than windows.