Re: Build error: package does not exist

2019-10-29 Thread Hynek Noll
? Thanks for any tips, Hynek po 28. 10. 2019 v 20:24 odesílatel Hynek Noll napsal: > Dear Pritam, > I've tried that as well, specifically I ran: > `mvn clean install -DskipTests -Drat.skip=true -DskipITs -Pinclude-kinesis > -Daws.kinesis-kpl.version=0.12.6` > But the result is still t

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
? Thanks for any tips, Hynek po 28. 10. 2019 v 20:28 odesílatel Hynek Noll napsal: > And I've tried just > `mvn clean install -DskipTests -Drat.skip=true -DskipITs` > as well. It takes around half an hour, so I'm not too keen to try all the > possibilities. > > I guess there might

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
your machine. > > > > > > Best, > > > Jark > > > > > > On Sun, 27 Oct 2019 at 20:46, yanjun qiu > wrote: > > > > > > > Hi Hynek, > > > > I think you should run maven build first, execute mvn clean install > > > > -DskipTests. Because the Flink SQL parser is used apache calcite > > > framework > > > > to generate the sql parser source code. > > > > > > > > Regards, > > > > Bruce > > > > > > > > > 在 2019年10月27日,上午12:09,Hynek Noll 写道: > > > > > > > > > > package seems to be missing on GitHub: > > > > > > > > > > > > > >

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
ven build first, execute mvn clean install > > -DskipTests. Because the Flink SQL parser is used apache calcite > framework > > to generate the sql parser source code. > > > > Regards, > > Bruce > > > > > 在 2019年10月27日,上午12:09,Hynek Noll 写道: > > > > > > package seems to be missing on GitHub: > > > > >

Build error: package does not exist

2019-10-26 Thread Hynek Noll
Hi everyone, I'm trying to start the development in Flink and have followed the instructions on the web to start an IntelliJ project. I have cloned the latest Flink repo and upon Build, it gives me: *Error:(21, 40) java: package org.apache.flink.sql.parser.impl does not exist* I've set up the