Re: New to Apache Flink

2016-01-12 Thread Stephan Ewen
ddress;", > > > IntelliJ has a shortcut: Just right-click on the project, select "Maven > > -> > > > generate sources and update folders". > > > > > > That should do the trick... > > > > > > On Thu, Jan 7, 2016 at 11:5

Re: New to Apache Flink

2016-01-12 Thread Fabian Hueske
avro.generated.Address;", > > IntelliJ has a shortcut: Just right-click on the project, select "Maven > -> > > generate sources and update folders". > > > > That should do the trick... > > > > On Thu, Jan 7, 2016 at 11:55 AM, Till Rohrmann >

Re: New to Apache Flink

2016-01-11 Thread Arjun Rao
on the project, select "Maven -> > generate sources and update folders". > > That should do the trick... > > On Thu, Jan 7, 2016 at 11:55 AM, Till Rohrmann > wrote: > > > Hi Arjun, > > > > welcome to the Flink community :-) > > > > On

Re: New to Apache Flink

2016-01-07 Thread Till Rohrmann
Hi Arjun, welcome to the Flink community :-) On Thu, Jan 7, 2016 at 5:40 AM, Arjun Rao wrote: > Hi, > > I am new to Apache Flink and I really like the look of the API. I have been > working with Storm for the past year and have questions about the > DataStream API among others.

New to Apache Flink

2016-01-06 Thread Arjun Rao
Hi, I am new to Apache Flink and I really like the look of the API. I have been working with Storm for the past year and have questions about the DataStream API among others. 1. What are the interactions of the actor system in the flink ecosystem? Where can I find more information? 2. Is there a