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

Reply via email to