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 pr

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