It used to take around 7 minutes on my Mac. Glancing over the output, there is nothing unusual. There are no downloads happening either.
> On Nov 16, 2015, at 10:31 AM, Hanifi Gunes <[email protected]> wrote: > > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Drill Root POM .............................. SUCCESS [ 13.174 > s] > [INFO] tools/Parent Pom ................................... SUCCESS [ 0.769 > s] > [INFO] tools/freemarker codegen tooling ................... SUCCESS [ 7.586 > s] > [INFO] Drill Protocol ..................................... SUCCESS [ 7.642 > s] > [INFO] Common (Logical Plan, Base expressions) ............ SUCCESS [ 6.029 > s] > [INFO] Logical Plan, Base expressions ..................... SUCCESS [ 9.719 > s] > [INFO] exec/Parent Pom .................................... SUCCESS [ 0.936 > s] > [INFO] exec/memory/Parent Pom ............................. SUCCESS [ 0.579 > s] > [INFO] exec/memory/base ................................... SUCCESS [ 2.332 > s] > [INFO] exec/memory/impl ................................... SUCCESS [ 3.431 > s] > [INFO] exec/rpc ........................................... SUCCESS [ 2.968 > s] > [INFO] exec/Vectors ....................................... SUCCESS [01:10 > min] > [INFO] contrib/Parent Pom ................................. SUCCESS [ 0.929 > s] > [INFO] contrib/data/Parent Pom ............................ SUCCESS [ 0.669 > s] > [INFO] contrib/data/tpch-sample-data ...................... SUCCESS [ 4.139 > s] > [INFO] exec/Java Execution Engine ......................... SUCCESS [ 49.838 > s] > [INFO] exec/JDBC Driver using dependencies ................ SUCCESS [ 13.623 > s] > [INFO] JDBC JAR with all dependencies ..................... SUCCESS [ 29.194 > s] > [INFO] contrib/mongo-storage-plugin ....................... SUCCESS [ 6.740 > s] > [INFO] contrib/hbase-storage-plugin ....................... SUCCESS [ 12.197 > s] > [INFO] contrib/jdbc-storage-plugin ........................ SUCCESS [ 33.667 > s] > [INFO] contrib/hive-storage-plugin/Parent Pom ............. SUCCESS [ 0.833 > s] > [INFO] contrib/hive-storage-plugin/hive-exec-shaded ....... SUCCESS [ 18.817 > s] > [INFO] contrib/hive-storage-plugin/core ................... SUCCESS [ 10.109 > s] > [INFO] contrib/drill-gis-plugin ........................... SUCCESS [ 4.866 > s] > [INFO] Packaging and Distribution Assembly ................ SUCCESS [ 39.002 > s] > [INFO] contrib/sqlline .................................... SUCCESS [ 5.731 > s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 05:57 min > > > Here is my latest build @cd01107. Looks like all of your modules are > order of magnitudes slower. > > > On Mon, Nov 16, 2015 at 10:24 AM, Hanifi GUNES <[email protected]> > wrote: > >> Hey, let's not be a pessimist. It is all success =p Joke aside, I have been >> building on multiple platforms, will report my timings but how does your >> baseline/usual runtime look like? >> >> 2015-11-16 10:18 GMT-08:00 Sudheesh Katkam <[email protected]>: >> >>> Hey y’all, >>> >>> On master (cd01107), building (mvn clean install -DskipTests) takes >>> unusually long on my Mac. Looks like every module is taking longer. This >>> happens on multiple runs. >>> >>> ➜ drill git:(master) export -p >>> typeset -x >>> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home >>> ... >>> typeset -x MAVEN_OPTS='-Xmx1g -XX:MaxPermSize=256m’ >>> ... >>> typeset -x >>> >> PATH=/Users/skatkam/google-cloud-sdk/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin >>> typeset -x PWD=/Users/skatkam/Documents/drill >>> ... >>> >>> ➜ drill git:(master) mvn -version >>> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; >>> 2014-12-14T09:29:23-08:00) >>> Maven home: /usr/local/Cellar/maven/3.2.5/libexec >>> Java version: 1.7.0_75, vendor: Oracle Corporation >>> Java home: >>> /Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/jre >>> Default locale: en_US, platform encoding: UTF-8 >>> OS name: "mac os x", version: "10.11.1", arch: "x86_64", family: "mac" >>> >>> ➜ drill git:(master) mvn clean install -DskipTests >>> ... >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Reactor Summary: >>> [INFO] >>> [INFO] Apache Drill Root POM .............................. SUCCESS >> [01:49 >>> min] >>> [INFO] tools/Parent Pom ................................... SUCCESS [ >>> 43.263 s] >>> [INFO] tools/freemarker codegen tooling ................... SUCCESS [ >>> 47.562 s] >>> [INFO] Drill Protocol ..................................... SUCCESS >> [01:15 >>> min] >>> [INFO] Common (Logical Plan, Base expressions) ............ SUCCESS >> [01:05 >>> min] >>> [INFO] Logical Plan, Base expressions ..................... SUCCESS >> [01:07 >>> min] >>> [INFO] exec/Parent Pom .................................... SUCCESS [ >>> 40.882 s] >>> [INFO] exec/memory/Parent Pom ............................. SUCCESS [ >>> 37.143 s] >>> [INFO] exec/memory/base ................................... SUCCESS [ >>> 46.316 s] >>> [INFO] exec/memory/impl ................................... SUCCESS >> [01:05 >>> min] >>> [INFO] exec/rpc ........................................... SUCCESS >> [01:21 >>> min] >>> [INFO] exec/Vectors ....................................... SUCCESS >> [02:16 >>> min] >>> [INFO] contrib/Parent Pom ................................. SUCCESS [ >>> 30.066 s] >>> [INFO] contrib/data/Parent Pom ............................ SUCCESS [ >>> 25.249 s] >>> [INFO] contrib/data/tpch-sample-data ...................... SUCCESS [ >>> 37.469 s] >>> [INFO] exec/Java Execution Engine ......................... SUCCESS >> [05:56 >>> min] >>> [INFO] exec/JDBC Driver using dependencies ................ SUCCESS >> [01:35 >>> min] >>> [INFO] JDBC JAR with all dependencies ..................... SUCCESS >> [01:30 >>> min] >>> [INFO] contrib/mongo-storage-plugin ....................... SUCCESS >> [01:06 >>> min] >>> [INFO] contrib/hbase-storage-plugin ....................... SUCCESS >> [01:08 >>> min] >>> [INFO] contrib/jdbc-storage-plugin ........................ SUCCESS >> [01:41 >>> min] >>> [INFO] contrib/hive-storage-plugin/Parent Pom ............. SUCCESS [ >>> 22.398 s] >>> [INFO] contrib/hive-storage-plugin/hive-exec-shaded ....... SUCCESS >> [01:04 >>> min] >>> [INFO] contrib/hive-storage-plugin/core ................... SUCCESS >> [01:37 >>> min] >>> [INFO] contrib/drill-gis-plugin ........................... SUCCESS [ >>> 42.391 s] >>> [INFO] Packaging and Distribution Assembly ................ SUCCESS [ >>> 49.298 s] >>> [INFO] contrib/sqlline .................................... SUCCESS [ >>> 22.623 s] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] BUILD SUCCESS >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 33:11 min >>> [INFO] Finished at: 2015-11-16T09:48:45-08:00 >>> [INFO] Final Memory: 141M/593M >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] #stop(53981): in 91.00µs >>> >>> Thank you, >>> Sudheesh >>
