[jira] [Created] (FLINK-18969) Source code build error: Could not resolve dependencies for project org.apache.flink:flink-oss-fs-hadoop:jar:1.12-SNAPSHOT

2020-08-16 Thread Xin Wang (Jira)
Xin Wang created FLINK-18969: Summary: Source code build error: Could not resolve dependencies for project org.apache.flink:flink-oss-fs-hadoop:jar:1.12-SNAPSHOT Key: FLINK-18969 URL: https://issues.apache.org/jira

Re: Build error: package does not exist

2019-10-29 Thread Hynek Noll
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 be some other SDKs/libraries that I'm missing and Maven won't tell me? Or just some random incompatibility?

Re: Build error: package does not exist

2019-10-28 Thread Pritam Sadhukhan
Hi Hynek, I used `mvn clean install -DskipTests -Drat.skip=true` on the root directory. I have build release 1.9 branch and took me around 1hr 23 minutes to complete with no errors. Regards, Pritam. On Tue, 29 Oct 2019 at 01:02, Hynek Noll wrote: > And I've tried just > `mvn clean install

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
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 be some other SDKs/libraries that I'm missing and Maven won't tell me? Or just some random incompatibility?

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
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 the same. During the build, the packages that I suppose should be generated by Maven based on Amazon

Re: Build error: package does not exist

2019-10-28 Thread Pritam Sadhukhan
Hi Hynek, please run mvn clean install -DskipTests -Drat.skip=true. It should build properly but takes time. Regards On Mon, Oct 28, 2019, 10:06 PM Hynek Noll wrote: > Hi Bruce and Jark, > Thank you for the tip, but I already did the similar by clicking "Generate > Sources and Update

Re: Build error: package does not exist

2019-10-28 Thread Hynek Noll
Hi Bruce and Jark, Thank you for the tip, but I already did the similar by clicking "Generate Sources and Update Folders". I tried the suggested command(s), but without success unfortunately. Executing `mvn clean install -DskipTests` resulted in an error: "Too many files with unapproved license:

Re: Build error: package does not exist

2019-10-27 Thread Jark Wu
Hi Hynek, Bruce is right, you should build Flink source code first before developing by `mvn clean package -DskipTests` in the root directory of Flink. This may take 10 minutes or more depends on your machine. Best, Jark On Sun, 27 Oct 2019 at 20:46, yanjun qiu wrote: > Hi Hynek, > I think

Re: Build error: package does not exist

2019-10-27 Thread yanjun qiu
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:

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

[jira] [Created] (FLINK-12162) Build error in flink-table-planner

2019-04-11 Thread Liya Fan (JIRA)
Liya Fan created FLINK-12162: Summary: Build error in flink-table-planner Key: FLINK-12162 URL: https://issues.apache.org/jira/browse/FLINK-12162 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-6302) Documentation build error on ruby 2.4

2017-04-13 Thread Tao Meng (JIRA)
Tao Meng created FLINK-6302: --- Summary: Documentation build error on ruby 2.4 Key: FLINK-6302 URL: https://issues.apache.org/jira/browse/FLINK-6302 Project: Flink Issue Type: Bug

Re: build error

2016-09-15 Thread Ivan Mushketyk
the Flink source folder this error will go away. Best regards, Ivan. On Thu, 15 Sep 2016 at 15:57 Ameet BD <ameetbigd...@gmail.com> wrote: > Hi Ivan, > > Thanks for reply. I tried installing Oracle JDK. The build error log is > attached for details. > Error report

Re: build error

2016-09-15 Thread Till Rohrmann
I agree with Ivan. This does not look like a Flink specific problem. Have you tried building other projects with your maven and JDK version? Cheers, Till On Thu, Sep 15, 2016 at 2:15 PM, Ivan Mushketyk wrote: > Hi Ameet, > > This seems like a possible JVM bug. > Could

Re: build error

2016-09-15 Thread Ivan Mushketyk
Hi Ameet, This seems like a possible JVM bug. Could you try to build Flink using OracleJDK instead? Best regards, Ivan. On Thu, 15 Sep 2016 at 12:30 Ameet BD wrote: > Hi All, > > I am trying to build latest Flink code from github.com by running command > > $ git clone

build error

2016-09-15 Thread Ameet BD
Hi All, I am trying to build latest Flink code from github.com by running command $ git clone https://github.com/apache/flink After that I am running command $ mvn clean install -DskipTests The build fails I have attached the build log. Kindly let me know why it may be failing. Regards. Ameet