Re: Open method is not called with custom implementation RichWindowMapFunction

2015-07-03 Thread Welly Tambunan
t; } > > > > > > However the open() method is not invoked when i try to run this code > on my > > > local environment > > > > > >spx > > > .groupBy(x => x.symbol) > > > .window(Time.of(5, TimeUnit.SECONDS)).every(T

Re: Open method is not called with custom implementation RichWindowMapFunction

2015-07-03 Thread Chiwan Park
i try to run this code on my > > local environment > > > >spx > > .groupBy(x => x.symbol) > > .window(Time.of(5, TimeUnit.SECONDS)).every(Time.of(1, > > TimeUnit.SECONDS)) > > .mapWindow(new MyWindowFunction) > > > > Any tho

Re: Open method is not called with custom implementation RichWindowMapFunction

2015-07-03 Thread Welly Tambunan
gt; > > > However the open() method is not invoked when i try to run this code on > my > > local environment > > > >spx > > .groupBy(x => x.symbol) > > .window(Time.of(5, TimeUnit.SECONDS)).every(Time.of(1, > > TimeUnit.SECONDS)) > &g

Re: Open method is not called with custom implementation RichWindowMapFunction

2015-07-03 Thread Chiwan Park
ion) > > Any thought on this one ? > > > Cheers > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Open-method-is-not-called-with-custom-implementation-RichWindowMapFunction-tp1924.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Open method is not called with custom implementation RichWindowMapFunction

2015-07-03 Thread tambunanw
n4.nabble.com/Open-method-is-not-called-with-custom-implementation-RichWindowMapFunction-tp1924.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.