cgivre commented on pull request #2301: URL: https://github.com/apache/drill/pull/2301#issuecomment-916081321
> I waited the response from @ChenZhangg > @ChenZhangg any update? > > As a default option `1C` might be not sufficient, because it can lead to failed maven build. But we might want to consider to add info in README about this option to speed up the Maven build on the powerful enough machines. @vdiravka In the docs[1] there are build quickly instructions: ``` mvn install -T 4 -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Drat.skip=true -Dlicense.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true -Dmaven.site.skip=true -Denforcer.skip=true -DskipIfEmpty=true -Dmaven.compiler.optimize=true ``` On my laptop, this command takes ~2 min whereas a regular build without the tests takes between 5-6. Unless I hear otherwise, I'd suggest closing this PR. [1]: https://github.com/apache/drill/blob/master/docs/dev/Environment.md -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
