Hi Andrew, The method to build Flink with Scala 2.11 is described in Flink documentation [1].
I think this is not relevant but just FYI, to build your application based on Flink 1.0 (or later) with Scala 2.11, you should be careful to set Flink dependencies. There is a guide in Wiki [2]. [1]: https://ci.apache.org/projects/flink/flink-docs-master/setup/building.html#scala-versions [2]: https://cwiki.apache.org/confluence/display/FLINK/Maven+artifact+names+suffixed+with+Scala+version Regards, Chiwan Park > On Apr 5, 2016, at 9:40 AM, Andrew Gaydenko <andrew.gayde...@gmail.com> wrote: > > Hi! > > How to build the project for Scala 2.11? > -- > > Regards, > Andrew