Re: 1.2 SNAPSHOT - java.lang.VerifyError on YARN

2016-12-16 Thread Dominik Bruhn
Tracked down the issue at least to some extend: We are running into a JAR-Hell because the job-jar uses the typesafe config package in version 1.3, but flink enforces 1.1. We are trying to migrate away from typesafe for our configs. Thanks, Dominik On 16.12.2016 10:47, Stephan Ewen wrote:

Re: 1.2 SNAPSHOT - java.lang.VerifyError on YARN

2016-12-16 Thread Stephan Ewen
This looks at a first glance like you are mixing up some versions of different modules. Either some Scala version mix, or Flink dependencies from different versions. Can you double check that? On Thu, Dec 15, 2016 at 5:10 PM, Dominik Bruhn wrote: > Hey, > I'm trying out 1.2