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 >