Re: Eclipse and Scala Setup Issues

2014-12-11 Thread Robert Metzger
+1 Everybody stumbled across this. On Thu, Dec 11, 2014 at 8:55 AM, Stephan Ewen wrote: > How about we link this Screenshot from the faq as well and add the pointers > to the dev guide... >

Re: Eclipse and Scala Setup Issues

2014-12-11 Thread Gyula Fora
+1 And I would also like to add on the Eclipse setup side that, you should need to watch out when installing the Scala IDE plugin, because the one offered in the marketplace is for 2.11. And also if you install the one for 2.10 it will say that there is an update (which again is 2.11). And this

Re: Forking off the 0.8 release branch.

2014-12-11 Thread Till Rohrmann
+1 Looking forward merging the Akka changes into the 0.9-SNAPSHOT master. On Wed, Dec 10, 2014 at 9:06 PM, Robert Metzger wrote: > +1. > > I think adding the TypeHints pull request to the release is a good idea. > This allows us to give users a workaround if the type extraction is not > working

Re: Forking off the 0.8 release branch.

2014-12-11 Thread Fabian Hueske
+1 2014-12-11 11:00 GMT+01:00 Till Rohrmann : > > +1 > > Looking forward merging the Akka changes into the 0.9-SNAPSHOT master. > > On Wed, Dec 10, 2014 at 9:06 PM, Robert Metzger > wrote: > > > +1. > > > > I think adding the TypeHints pull request to the release is a good idea. > > This allows u

Re: Streaming windowing rework

2014-12-11 Thread Gyula Fóra
Hey all, For tomorrow's hangout Paris wrote us a nice summary of our current plans for the streaming api. You can find it here: https://docs.google.com/document/d/1qwhELe_sc3acULAC9bwRCTAcvmoriU5Cb727LWPOK0s/edit It would be helpful if everyone could go through the points so it is easier to disc

Streaming scala api

2014-12-11 Thread Gyula Fora
Hey, I have started developing the scala api for streaming on this git branch: https://github.com/mbalassi/incubator-flink/tree/scala-api (you can try it out) I have done some refactoring in the java api to make it easier and already

Re: Streaming windowing rework

2014-12-11 Thread Robert Metzger
Thank you Gyula. Can you past the document contents into our wiki? On Thu, Dec 11, 2014 at 1:58 PM, Gyula Fóra wrote: > Hey all, > > For tomorrow's hangout Paris wrote us a nice summary of our current plans > for the streaming api. > > You can find it here: > > https://docs.google.com/document/d

Re: Enhance Flink's monitoring capabilities

2014-12-11 Thread Robert Metzger
I think this (very old) issue is somewhat closely describing the feature: https://issues.apache.org/jira/browse/FLINK-456 On Thu, Dec 11, 2014 at 8:32 AM, Henry Saputra wrote: > Just curious, is there any JIRA filed for this or was it just in > preliminary proposal talk? > > - Henry > > On Sun

Re: Streaming windowing rework

2014-12-11 Thread Gyula Fora
Done :) https://cwiki.apache.org/confluence/display/FLINK/Flink+Streaming Gyula > On 11 Dec 2014, at 18:11, Robert Metzger wrote: > > Thank you Gyula. Can you past the document contents into our wiki? > > On Thu, Dec 11, 201

Re: Enhance Flink's monitoring capabilities

2014-12-11 Thread Henry Saputra
Thanks Robert, looks like we could use this JIRA to do the work - Henry On Thu, Dec 11, 2014 at 9:25 AM, Robert Metzger wrote: > I think this (very old) issue is somewhat closely describing the feature: > https://issues.apache.org/jira/browse/FLINK-456 > > > > On Thu, Dec 11, 2014 at 8:32 AM, He