Re: building all modules in spark by mvn

2015-03-14 Thread Sean Owen
I can't reproduce that. 'mvn package' builds everything. You're not showing additional output from Maven that would explain what it skipped and why. On Sat, Mar 14, 2015 at 12:57 AM, sequoiadb wrote: > guys, is there any easier way to build all modules by mvn ? > right now if I run “mvn package”

Re: building all modules in spark by mvn

2015-03-13 Thread Ted Yu
Please try the following command: mvn -DskipTests -Phadoop-2.4 -Pyarn -Phive clean package Cheers On Fri, Mar 13, 2015 at 5:57 PM, sequoiadb wrote: > guys, is there any easier way to build all modules by mvn ? > right now if I run “mvn package” in spark root directory I got: > [INFO] Reactor

building all modules in spark by mvn

2015-03-13 Thread sequoiadb
guys, is there any easier way to build all modules by mvn ? right now if I run “mvn package” in spark root directory I got: [INFO] Reactor Summary: [INFO] [INFO] Spark Project Parent POM ... SUCCESS [ 8.327 s] [INFO] Spark Project Networking ... SKI