Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-26 Thread Aljoscha Krettek
incorrect code segment made the Watermark not going forward and always >> stay at the same moment in the past. Is that true and the issue? >> >> Cheers, >> >> Hung >> >> >> >> -- >> View this message in context: >> http://ap

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-26 Thread Aljoscha Krettek
g forward and always > stay at the same moment in the past. Is that true and the issue? > > Cheers, > > Hung > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-26 Thread HungChang
Ah! My incorrect code segment made the Watermark not going forward and always stay at the same moment in the past. Is that true and the issue? Cheers, Hung -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-26 Thread HungChang
aller value. Cheers, Hung -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-AllWindowFunction-in-current-Master-branch-tp5137p5185.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread Aljoscha Krettek
; > But for the data arrives long time before. Strange behavior appears. Does it > mean we cannot reply the computation? > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-All

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread HungChang
vior appears. Does it mean we cannot reply the computation? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-AllWindowFunction-in-current-Master-branch-tp5137p5156.html Sent from the Apache Flink User Mailing

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread HungChang
blic static class CountBiz implements FlatMapFunction> { @Override public void flatMap(BizEvent bizEvent, Collector> collector) { //System.out.println("TIme in count!: " + bizEvent.time); collector.collect(new Tuple2<>(bizEvent, (int) 1));

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread Aljoscha Krettek
ion The function may throw exceptions to fail the >>> program >>> and trigger recovery. >>> */ >>> void apply(W window, IN values, Collector out) throws Exception; >>> } >>> >>> https://github.com/apache/flink/blob/master/flink-stream

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread Matthias J. Sax
eption; >> } >> >> https://github.com/apache/flink/blob/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/windowing/AllWindowFunction.java >> >> Best, >> >> Hung >> >> >> >> -- >> View this message

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread HungChang
ould look into other issues. Best, Hung -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-AllWindowFunction-in-current-Master-branch-tp5137p5148.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread Aljoscha Krettek
rg/apache/flink/streaming/api/functions/windowing/AllWindowFunction.java > > Best, > > Hung > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-AllWindowFunction-in-current-Master-branch-tp5137p5145.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread HungChang
, Hung -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-AllWindowFunction-in-current-Master-branch-tp5137p5145.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: The way to itearte instances in AllWindowFunction in current Master branch

2016-02-25 Thread Aljoscha Krettek
way to iterate the instances in windows? > I saw there are ReduceAllWindowFunction and ReduceIterableAllWindowFunction > but they are @internal. > > Best, > > Hung > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.