Re: Towards Flink 0.10

2015-10-06 Thread Alexey Sapozhnikov
lestone release. This release will > probably > > > be > > > > > the > > > > > > > > last release before 1.0. > > > > > > > > > > > > > > > > For 0.10 we most noticeably have the new Streaming API which > >

Re: Flink ML linear regression issue

2015-09-17 Thread Alexey Sapozhnikov
ch have been > already > implemented in Flinks ml source code. > > Another option is using MultipleLinearRegression.fitMLR() method ,but I > haven't found a way to pass the train dataset to it as a parameter or by > setter. > > I'll be more than happy if you could guide me how to

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-30 Thread Alexey Sapozhnikov
been using Flink on Cloud Platforms GCE, Amazon, and it worked. Can you try to use the internal hostname, or the fully qualified external hostname? On Sun, Aug 30, 2015 at 4:23 PM, Alexey Sapozhnikov ale...@scalabill.it wrote: Hi. First off - many thanks for your efforts and prompt help

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-30 Thread Alexey Sapozhnikov
PM, Alexey Sapozhnikov ale...@scalabill.it wrote: Hello Stephan. We run this Linux machine on Amazon, which I predict, most of the people will do. We tried to put 0.0.0.0 or Public IP of the machine- Flink crashes on start, it doesnt recognize himself. It is very strange

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-30 Thread Alexey Sapozhnikov
:44 PM, Alexey Sapozhnikov ale...@scalabill.it wrote: Fully understand. 1.My suggestion is to drop Akka and take something else, since this issue is really big 2.Not hostname not the endpoint are not working, clarifying the VPC topic now. On Sun, Aug 30, 2015 at 5:41 PM, Stephan Ewen

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-30 Thread Alexey Sapozhnikov
understanding the issue? On Thu, Aug 27, 2015 at 6:55 PM, Alexey Sapozhnikov ale...@scalabill.it wrote: Hello all. Some clarification: locally everything works great. However once we run our Flink on remote linux machine

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-30 Thread Alexey Sapozhnikov
...@apache.org wrote: Why are the external IPs not working? Any kind of exception you can share? On Sun, Aug 30, 2015 at 5:02 PM, Alexey Sapozhnikov ale...@scalabill.it wrote: it will not help, since the internal IPs are changing in AWS from time to time and you should use only Public IP

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-27 Thread Alexey Sapozhnikov
Hello all. Some clarification: locally everything works great. However once we run our Flink on remote linux machine and try to run the client program from our machine, using create remote environment- Flink JobManager is raising this exception On Thu, Aug 27, 2015 at 7:41 PM, Stephan Ewen