>
> Thanks for the help!
>
first run mvn clean install in the flink-shaded-hadoop module.
then you only have to run mvn clean package -pl flink-runtime,flink-dist
On 07.06.2018 04:48, Marvin777 wrote:
Thank you for your reply. If I modify the flink-runtime module, then the
following command is executed for compilation.
Thank you for your reply. If I modify the flink-runtime module, then the
following command is executed for compilation.
'mvn clean package -pl flink-runtime,flink-dist *-am*'
The parameter of '-am' is necessary, it will take a long time, otherwise
it will report an error, like 'Failed to execut
you only have to compile the module that you changed along with
flink-dist to test things locally.
On 06.06.2018 10:27, Marvin777 wrote:
Hi, all.
It takes a long time to modify some of the code and recompile it. The
process is painful.
Is there any method that I can save time.
Thanks!
Hi, all.
It takes a long time to modify some of the code and recompile it. The
process is painful.
Is there any method that I can save time.
Thanks!