Re: [1.4.2] mvn clean package command takes to much time

2018-06-07 Thread Marvin777
> > Thanks for the help! >

Re: [1.4.2] mvn clean package command takes to much time

2018-06-06 Thread Chesnay Schepler
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.

Re: [1.4.2] mvn clean package command takes to much time

2018-06-06 Thread Marvin777
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

Re: [1.4.2] mvn clean package command takes to much time

2018-06-06 Thread Chesnay Schepler
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!

[1.4.2] mvn clean package command takes to much time

2018-06-06 Thread Marvin777
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!