Re: Job submission: Fail using command line. Success using web (flink1.2.0)

2017-05-22 Thread Robert Metzger
Hi Rami, I think the problem is that when submitting your job through the web interface, Akka will not use remoting (= it will not send your message to a remote machine). When you submit your message from the client, it'll go through akka's network stack (=remoting). Akka rejects messages above a

Re: Job submission: Fail using command line. Success using web (flink1.2.0)

2017-05-22 Thread Rami Al-Isawi
Hi Robert, Yes there is an OversizedPayloadException in the job manager log: --- 2017-05-22 15:39:18,942 INFO org.apache.flink.runtime.client.JobSubmissionClientActor - Upload jar files to job manager akka.tcp://flink@localhost:6123/user/jobmanager. 2017-05-22 15:39:18,957 INFO

Job submission: Fail using command line. Success using web (flink1.2.0)

2017-05-11 Thread Rami Al-Isawi
Hi, The same exact jar on the same machine is being deployed just fine in couple of seconds using the web interface. On the other hand, if I used the command line, I get: org.apache.flink.client.program.ProgramInvocationException: The program execution failed: Couldn't retrieve the JobExecutio