[jira] [Created] (FLINK-29164) There is a problem when compiling Flink 1.15.rc-2 in Windows operations

2022-09-01 Thread mindest liu (Jira)
mindest liu created FLINK-29164: --- Summary: There is a problem when compiling Flink 1.15.rc-2 in Windows operations Key: FLINK-29164 URL: https://issues.apache.org/jira/browse/FLINK-29164 Project: Flink

[jira] [Created] (FLINK-29163) There is a problem when compiling Flink 1.15.rc-2 and flink-1.14.3-rc1 in Windows operations

2022-08-31 Thread mindest liu (Jira)
mindest liu created FLINK-29163: --- Summary: There is a problem when compiling Flink 1.15.rc-2 and flink-1.14.3-rc1 in Windows operations Key: FLINK-29163 URL: https://issues.apache.org/jira/browse/FLINK-29163

[jira] [Created] (FLINK-28543) After compiling Flink, you should provide the artifact file in tar format instead of a folder

2022-07-13 Thread MengYao (Jira)
MengYao created FLINK-28543: --- Summary: After compiling Flink, you should provide the artifact file in tar format instead of a folder Key: FLINK-28543 URL: https://issues.apache.org/jira/browse/FLINK-28543

[jira] [Created] (FLINK-27640) Flink not compiling, flink-connector-hive_2.12 is missing pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde

2022-05-16 Thread Piotr Nowojski (Jira)
Piotr Nowojski created FLINK-27640: -- Summary: Flink not compiling, flink-connector-hive_2.12 is missing pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde Key: FLINK-27640 URL: https://issues.apache.org/jira/browse

[jira] [Created] (FLINK-24044) Errors are output when compiling flink-runtime-web

2021-08-29 Thread Zhilong Hong (Jira)
Zhilong Hong created FLINK-24044: Summary: Errors are output when compiling flink-runtime-web Key: FLINK-24044 URL: https://issues.apache.org/jira/browse/FLINK-24044 Project: Flink Issue

Re: Compiling flink-runtime module of Flink

2021-01-12 Thread Chesnay Schepler
The fastest way to replace the bits of flink-runtime within flink-dist is to build everything once (via mvn install), and then for each modification in flink-runtime, run mvn install -pl flink-runtime,flink-dist.This will recompile flink-runtime, and repackage flink-dist, but it will use the

Compiling flink-runtime module of Flink

2021-01-12 Thread penguin.
Hi, Does anyone know how to compile the Flink runtime module separately ? Is it possible to replace the directory(org.apache.flink.runtime) in the flink-dist.jar with the changed part I changed? It's too slow to compile all at once. thank you! penguin

Problem of compiling Flink source code

2020-07-03 Thread Gu Wenyu
Hi, I am trying to build Flink from the source code, but I had one error which I paste the error message in below. For the developing environment, I am using linuxkit 4.9.184, Maven 3.2.5, Java 11.0.7. Before I run mvn command to build the project (mvn clean install), I cleaned the maven local

Re: compiling flink

2017-02-17 Thread Andrea Spina
Dear Ameet, doesn't [mvn compile -pl -amd] command work out for you? It is described here http://stackoverflow.com/questions/1114026/maven-modules-building-a-single-specific-module Take care of -amd option which will state to maven to compile also dependent modules. Perhaps it's worth also to

compiling flink

2017-02-17 Thread Ameet BD
Hello All, If I want to compile just one sub-project inside flink for example flink-core, what command should I use? Please help. Thanks in advance. Regards, Ameet