Re: akka.pattern.AskTimeoutException

2016-03-20 Thread Frederick Ayala
> > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/akka-pattern-AskTimeoutException-tp4253p5572.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. > -- Frederick Ayala

Re: akka.pattern.AskTimeoutException

2016-01-15 Thread Frederick Ayala
5, 2016 11:51, "Stephan Ewen" wrote: > Hi! > > Do you get this problem with other Jobs as well? > > The logs suggest that the JobManager receives the job and starts tasks, > but the Client thinks it lost connection. > > Greetings, > Stephan > >

Re: akka.pattern.AskTimeoutException

2016-01-15 Thread Frederick Ayala
e delayed response. > > I have no idea what the problem could be. > Has the exception been thrown from the env.execute() call? > Why did you set the akka.ask.timeout to 10k seconds? > > > > > On Wed, Jan 13, 2016 at 2:13 AM, Frederick Ayala > wrote: > >> Hi, >

akka.pattern.AskTimeoutException

2016-01-12 Thread Frederick Ayala
Hi, I am having an error while running some Flink transformations in a DataStream Scala API. The error I get is: Timeout while waiting for JobManager answer. Job time exceeded 21474835 seconds ... Caused by: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://flink/user/$a#18398405

Re: Scala Breeze Dependencies not resolving when adding flink-ml on build.sbt

2015-10-28 Thread Frederick Ayala
> something like: > > libraryDependencies ++= Seq( > "org.apache.flink" % "flink-scala" % flinkVersion, > "org.apache.flink" % "flink-clients" % flinkVersion, > ("org.apache.flink" % "flink-ml" % flinkVersion) >

Re: Scala Breeze Dependencies not resolving when adding flink-ml on build.sbt

2015-10-28 Thread Frederick Ayala
; exclude("org.scalanlp", > "breeze_${scala.binary.version}")) > > libraryDependencies += "org.scalanlp" % "breeze_2.10" % "0.11.2" > > Anwar. > > > > > On Wed, Oct 28, 2015 at 11:29 AM, Frederick Ayala < >

Re: Scala Breeze Dependencies not resolving when adding flink-ml on build.sbt

2015-10-28 Thread Frederick Ayala
k. The message is still "unresolved dependency: org.scalanlp#breeze_${scala.binary.version};0.11.2: not found" Could the problem be on flink-ml/pom.xml? org.scalanlp breeze_${scala.binary.version} 0.11.2 The property scala.binary.version is not being replaced by the value 2.10 Than

Fwd: Scala Breeze Dependencies not resolving when adding flink-ml on build.sbt

2015-10-28 Thread Frederick Ayala
I am using scalaVersion := "2.10.6" If I remove flink-ml all the other dependencies are resolved. Could you help me to figure out a solution for this? Thanks! Frederick Ayala