On 15 Apr 2015, at 14:18, Maximilian Michels <m...@apache.org> wrote:
> The exception indicates that you're still using the old version. It takes > some time for the new Maven artifact to get deployed to the snapshot > repository. Apparently, a artifact has already been deployed this morning. > Did you delete the jar files in your .m2 folder? I think that's what he meant. The problem is that the snapshot repositories take some time to synchronize. Please 1. git clone https://github.com/apache/flink.git 2. cd flink 3. mvn clean install -DskipTests This way you build Flink yourself and are guaranteed to work on a version with the fix. Sorry for the inconvenience. Does this solve it? – Ufuk