Re: ArrayIndexOutOfBoundsException when running job from JAR

2015-06-29 Thread Robert Metzger
@Stephan: I don't think there is a way to deal with this. In my understanding, the (main) purpose of the user@ list is not to report Flink bugs. It is a forum for users to help each other. Flink committers happen to know a lot about the system, so its easy for them to help users. Also, its a good

Re: ArrayIndexOutOfBoundsException when running job from JAR

2015-06-29 Thread Vasiliki Kalavri
Thank you for the answer Robert! I realize it's a single JVM running, yet I would expect programs to behave in the same way, i.e. serialization to happen (even if not necessary), in order to catch this kind of bugs before cluster deployment. Is this simply not possible or is it a design choice we

Re: ArrayIndexOutOfBoundsException when running job from JAR

2015-06-26 Thread Stephan Ewen
Looks like an exception in one of the Gelly functions. Let's wait for someone from Gelly to jump in... On Thu, Jun 25, 2015 at 7:41 PM, Mihail Vieru vi...@informatik.hu-berlin.de wrote: Hi, I get an ArrayIndexOutOfBoundsException when I run my job from a JAR in the CLI. This doesn't

Re: ArrayIndexOutOfBoundsException when running job from JAR

2015-06-26 Thread Vasiliki Kalavri
Hi Mihail, could you share your code or at least the implementations of getVerticesDataSet() and InitVerticesMapper so I can take a look? Where is InitVerticesMapper called above? Cheers, Vasia. On 26 June 2015 at 10:51, Mihail Vieru vi...@informatik.hu-berlin.de wrote: Hi Robert, I'm

ArrayIndexOutOfBoundsException when running job from JAR

2015-06-25 Thread Mihail Vieru
Hi, I get an ArrayIndexOutOfBoundsException when I run my job from a JAR in the CLI. This doesn't occur in the IDE. I've build the JAR using the maven-shade-plugin and the pom.xml configuration Robert has provided here: