>
> --
> 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
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
>
>
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,
>
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
> something like:
>
> libraryDependencies ++= Seq(
> "org.apache.flink" % "flink-scala" % flinkVersion,
> "org.apache.flink" % "flink-clients" % flinkVersion,
> ("org.apache.flink" % "flink-ml" % flinkVersion)
>
; 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 <
>
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
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