Re: Windowed Operations

2015-05-31 Thread DMiner
I also met the same issue. Any updates on this? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Windowed-Operations-tp15133p23094.html Sent from the Apache Spark User List mailing list archive at Nabble.com. -

Re: Windowed Operations

2014-10-10 Thread julyfire
hi Diego, I have the same problem. // reduce by key in the first window val *w1* = *one*.reduceByKeyAndWindow(_ + _, Seconds(30), Seconds(10)) w1.count().print() //reduce by key in the second window based on the results of the first window val *w2* = *w1*.reduceByKeyAndWindow(_ + _, Seconds(120)