Re: flink-1.6.2 in standalone-job mode | Cluster initialization failed.

2018-11-12 Thread zavalit
jepp, that was the Issue. tnx a lot. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: flink-1.6.2 in standalone-job mode | Cluster initialization failed.

2018-11-07 Thread Till Rohrmann
Hi Zavalit, the AbstractMethodError indicates that there must be some kind of version conflict. From Flink 1.6.1 to 1.6.2 we modified the signature of `ClusterEntrypoint#createResourceManager` which causes the problem if you mix up versions. Could you check that you don't mix Flink 1.6.1 and 1.6.2

flink-1.6.2 in standalone-job mode | Cluster initialization failed.

2018-10-30 Thread zavalit
Hi, just tried to launch flink app in flink-1.6.2 and get 2018-10-30 11:07:19,961 ERROR org.apache.flink.runtime.entrypoint.ClusterEntrypoint - Cluster initialization failed. java.lang.AbstractMethodError: org.apache.flink.runtime.entrypoint.ClusterEntrypoint.createResourceManager(Lorg/apa