I'm running it from within my IDE...
On 10.02.2015 11:17, Robert Metzger wrote:
Hi,
the NoSuchMethodError exception indicates that there is a mixup of Flink
versions.
Are you running the job from within your IDE or are you submitting it to
a cluster? Maybe the cluster has a different Flink version?
On Tue, Feb 10, 2015 at 10:51 AM, Sebastian <ssc.o...@googlemail.com
<mailto:ssc.o...@googlemail.com>> wrote:
Yes, the import was missing thank you for the hint!
Now I'm getting the following error:
java.io.IOException: java.lang.NoSuchMethodError:
org.apache.flink.util.__ClassUtils.__isPrimitiveOrBoxedOrString(__Ljava/lang/Class;)Z
at org.apache.flink.runtime.ipc.__RPC$Server.call(RPC.java:428)
at
org.apache.flink.runtime.ipc.__Server$Handler.run(Server.__java:949)
On 10.02.2015 10:19, Aljoscha Krettek wrote:
import org.apache.flink.api.scala._