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

2017-05-22 Thread Rami Al-Isawi
the JM failed after the initial akka message, or if there's any kind of hiccup ? On Thu, May 11, 2017 at 5:07 PM, Rami Al-Isawi mailto:rami.al-is...@comptel.com>> wrote: Hi, The same exact jar on the same machine is being deployed just fine in couple of seconds using the web interface

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

Re: Problem: Please check that all IDs specified via `uid(String)` are unique.

2017-05-03 Thread Rami Al-Isawi
(value.type); return output; } } Any ideas how to get better debug messages? Regards, -Rami On 3 May 2017, at 14:12, Chesnay Schepler mailto:ches...@apache.org>> wrote: Hello, was a uid set on "userRawDataStream", or any of it's parent transformations? On 03.05.201

Problem: Please check that all IDs specified via `uid(String)` are unique.

2017-05-03 Thread Rami Al-Isawi
Hi, I am trying to set uids. I keep getting this (Flink.1.2): Exception in thread "main" java.lang.IllegalArgumentException: Hash collision on user-specified ID. Most likely cause is a non-unique ID. Please check that all IDs specified via `uid(String)` are unique. Here is the code snippet. p

Re: Cannot run using a savepoint with the same jar

2017-01-07 Thread Rami Al-Isawi
Hi Stephan, I have not change the parallelism nor the names or anything in my program. It is the same exact jar file unmodified. I have tried uid. but I faced this "UnsupportedOperationException: Cannot assign user-specified hash to intermediate node in chain. This will be supported in future