In my MBP (OSX) is about 40mins to do mvn clean install -DskipTests now =( Is this about ball park with others or just my machine?
Somehow in my Linux box is about 8 mins, which is surprising. - Henry On Fri, Mar 13, 2015 at 1:03 AM, Stephan Ewen <se...@apache.org> wrote: > Hey Henry! > > Recently, the compilation process was changed to use the maven shade plugin > for all projects. This helps to hide libraries that often conflict with > versions used by user code (Guava, ASM, netty) and provide a smoother Flink > experience for users. > > Robert documented it in the wiki as well. > > This does indeed increase the packaging time when building Flink. > > Greetings, > Stephan > Am 13.03.2015 05:20 schrieb "Henry Saputra" <henry.sapu...@gmail.com>: > >> Ah interesting, on my Linux box it only took about 8 mins. >> >> Something wrong with my MBP env =( >> >> - Henry >> >> On Thu, Mar 12, 2015 at 11:37 AM, Henry Saputra <henry.sapu...@gmail.com> >> wrote: >> > Seemed like after few commits between today and yesterday, building >> > Flink takes very long time. >> > >> > I used to be able to run mvn clean install -DskipTests in about 17 >> > mins but after pull this morning, it has been 25 mins and the build >> > has not complete yet. >> > >> > I am using MacOSX with JDK7 >> > >> > - Henry >>