Re: job manager timeout

2016-02-11 Thread Robert Metzger
Hi Radu, did you check the JobManager logs as well? Maybe there you can see why the JobManager is failing. The timeout is configurable through the "akka.client.timeout" variable. The default value is "60 s". On Wed, Feb 10, 2016 at 7:35 PM, Radu Tudoran wrote: > Hi, > > > > I am running a prog

job manager timeout

2016-02-10 Thread Radu Tudoran
Hi, I am running a program that works fine locally, but when I try to run it on the cluster I get a timeout error from the client that tries to connect to the jobmanager. There is no issue with contacting the jobmanager form the machine, as it works just fine for other stream applications. I su