Re: data flow example on cluster
Posted by
Lydia Ickler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/data-flow-example-on-cluster-tp2963p2998.html
Hi,
but inside the pom of flunk-job is the flink version set to 0.8
<flink.version>0.8-incubating-SNAPSHOT</flink.version>
how can I change it to the newest?
<flink.version>0.10-SNAPSHOT</flink.version>
Is not working
I think there is a version mismatch between the Flink version you've used to compile your job and the Flink version installed on the cluster.
Maven automagically pulls newer 0.10-SNAPSHOT versions every time you're building your job.