Still getting the same error message using your command. Which Maven version are you using?
On Tue, Sep 10, 2019 at 6:39 PM Debasish Ghosh <ghosh.debas...@gmail.com> wrote: > I could build using the following command .. > > mvn clean install -Dcheckstyle.skip -DskipTests -Dscala-2.12 > -Drat.skip=true > > regards. > > On Tue, Sep 10, 2019 at 9:06 PM Yuval Itzchakov <yuva...@gmail.com> wrote: > >> Hi, >> I'm trying to build Flink from source. I'm using Maven 3.6.1 and >> executing the following command: >> >> mvn clean install -DskipTests -Dfast -Dscala-2.12 >> >> Running both on the master branch and the release-1.9.0 tag, I get the >> following error: >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile >> (default-compile) on project flink-streaming-java_2.12: Compilation failure >> [ERROR] >> /Users/yuval.itzchakov/oss/flink/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamSink.java:[53,10] >> cannot find symbol >> [ERROR] symbol: class Overrides >> [ERROR] location: class >> org.apache.flink.streaming.api.operators.StreamSink<IN> >> >> Has anyone run into this problem? >> >> -- >> Best Regards, >> Yuval Itzchakov. >> > > > -- > Debasish Ghosh > http://manning.com/ghosh2 > http://manning.com/ghosh > > Twttr: @debasishg > Blog: http://debasishg.blogspot.com > Code: http://github.com/debasishg > -- Best Regards, Yuval Itzchakov.