Re: Could not upload the jar files to the job manager IOException

2016-01-21 Thread Robert Metzger
Hi, this is the log file of your local client submitting the job to Flink's JobManager (master). As you can see from the log, the jar upload failed because of this issue: "Caused by: java.net.SocketException: Connection reset". The JobManager is the service at the other end receiving the file. I'm

Re: Could not upload the jar files to the job manager IOException

2016-01-21 Thread Ana M. Martinez
Hi Robert, Thanks for your answer. Do you mean the log file in (e.g.) flink-0.10.0/log/flink-hadoop-client-ip-172-31-10-193.log? Or you mean another log file? In this log, the error message is as follows: 08:16:03,437 INFO org.apache.flink.runtime.client.JobClient - Job

Re: Could not upload the jar files to the job manager IOException

2016-01-20 Thread Robert Metzger
Hi, can you check the log file of the JobManager you're trying to submit the job to? Maybe there you can find helpful information why it failed. On Wed, Jan 20, 2016 at 3:23 PM, Ana M. Martinez wrote: > Hi all, > > I am running some experiments with flink in an Amazon cluster and every > now an

Could not upload the jar files to the job manager IOException

2016-01-20 Thread Ana M. Martinez
Hi all, I am running some experiments with flink in an Amazon cluster and every now and then (it seems to appear at random) I get the following IOException: > org.apache.flink.client.program.ProgramInvocationException: The program > execution failed: Could not upload the jar files to the job man