Re: shading killing trunk build times

2017-01-18 Thread Arun Suresh
Just filed https://issues.apache.org/jira/browse/HADOOP-13999 To add a mvn flag and profile that can disable shading On Wed, Jan 18, 2017 at 9:46 AM, Daniel Templeton wrote: > For most purposes, you can get by with "mvn clean process-resources > process-test-resources

Re: shading killing trunk build times

2017-01-18 Thread Daniel Templeton
For most purposes, you can get by with "mvn clean process-resources process-test-resources compile -DskipTests -T 1C". (Hat tip to Karthik) Daniel On 1/18/17 6:27 AM, Steve Loughran wrote: a clean build with no tests, javadocs, is now taking 7+ min locally, with most of that time going into

shading killing trunk build times

2017-01-18 Thread Steve Loughran
a clean build with no tests, javadocs, is now taking 7+ min locally, with most of that time going into the packaging work [INFO] Apache Hadoop Client API ... SUCCESS [01:50 min] [INFO] Apache Hadoop Client Runtime ... SUCCESS [01:19 min] [INFO] Apache