Re: Error While Building Flink From Source

2019-09-10 Thread Yuval Itzchakov
Never mind, turns out it was an error on my part. Somehow I managed do add an "S" to an attribute mistakenly :) On Tue, Sep 10, 2019 at 7:29 PM Yuval Itzchakov wrote: > Still getting the same error message using your command. Which Maven > version are you using? > > On Tue, Sep 10, 2019 at 6:39

Re: Error While Building Flink From Source

2019-09-10 Thread Yuval Itzchakov
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 wrote: > I could build using the following command .. > > mvn clean install -Dcheckstyle.skip -DskipTests -Dscala-2.12 > -Drat.skip=true > > regards. > > On

Re: Error While Building Flink From Source

2019-09-10 Thread Debasish Ghosh
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 wrote: > Hi, > I'm trying to build Flink from source. I'm using Maven 3.6.1 and executing > the following command:

Error While Building Flink From Source

2019-09-10 Thread Yuval Itzchakov
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