Re: 1.1.4 IntelliJ Problem

2017-01-04 Thread Stephan Epping
Hey Yuri, thanks a lot. It was flink-spector that was requiring flink-test-utils 1.1.0 best, Stephan > On 04 Jan 2017, at 13:17, Yury Ruchin wrote: > > Hi Stephan, > > It looks like you have libraries from different versions of Flink > distribution on the same classpath. > > ForkableFlink

Re: 1.1.4 IntelliJ Problem

2017-01-04 Thread Yury Ruchin
Hi Stephan, It looks like you have libraries from different versions of Flink distribution on the same classpath. ForkableFlinkMiniCluster resides in flink-test-utils. As of distribution version 1.1.3 it invokes JobManager.startJobManagerActors() with 6 arguments. The signature changed by 1.1.4,

Re: 1.1.4 IntelliJ Problem

2017-01-04 Thread Stephan Epping
I also changed the scala version of the packages/artifacts to 2.11, with no success. Further, I am not deeply familiar with maven or java dependency management at all. best Stephan > On 03 Jan 2017, at 22:06, Stephan Ewen wrote: > > Hi! > > It is probably some inconsistent configuration in t

Re: 1.1.4 IntelliJ Problem

2017-01-04 Thread Stephan Epping
Thanks Stephan, but that didn’t help. The IDE is configured to use Default Scala Compiler and JDK 1.8.0_92. best Stephan > On 03 Jan 2017, at 22:06, Stephan Ewen wrote: > > Hi! > > It is probably some inconsistent configuration in the IDE. > > It often helps to do "Maven->Reimport" or use

Re: 1.1.4 IntelliJ Problem

2017-01-03 Thread Stephan Ewen
Hi! It is probably some inconsistent configuration in the IDE. It often helps to do "Maven->Reimport" or use "restart and clear caches". On Tue, Jan 3, 2017 at 9:48 AM, Stephan Epping wrote: > Hey, > > > thanks for the reply. I didn’t change the scala version, as it worked before. > I just c

Re: 1.1.4 IntelliJ Problem

2017-01-03 Thread Stephan Epping
Hey, thanks for the reply. I didn’t change the scala version, as it worked before. I just changed the flink version in my pom.xml thats it, a one line change. Maybe you could elaborate a bit more, what I can do to change the scala version? best Stephan > On 03 Jan 2017, at 03:11, Kurt Young w

Re: 1.1.4 IntelliJ Problem

2017-01-02 Thread Kurt Young
Seems like you didn't setup the correct scala SDK best, Kurt On Mon, Jan 2, 2017 at 10:41 PM, Stephan Epping wrote: > Hi, > > I am getting this error running my tests with 1.1.4 inside intellij ide. > > java.lang.NoSuchMethodError: org.apache.flink.runtime. > jobmanager.JobManager$.startJobMana

1.1.4 IntelliJ Problem

2017-01-02 Thread Stephan Epping
Hi, I am getting this error running my tests with 1.1.4 inside intellij ide. java.lang.NoSuchMethodError: org.apache.flink.runtime.jobmanager.JobManager$.startJobManagerActors(Lorg/apache/flink/configuration/Configuration;Lakka/actor/ActorSystem;Lscala/Option;Lscala/Option;Ljava/lang/Class;Ljava