elek opened a new pull request #39: HDDS-2316. Support to skip recon and/or ozonefs during the build URL: https://github.com/apache/hadoop-ozone/pull/39 ## What changes were proposed in this pull request? The two slowest part of Ozone build as of now: * The (multiple) shading of ozonefs * And the frontend build/obfuscation of ozone recon @anuengineer suggested to introduce options to skip them as they are not required for the build all the time. This patch introduces `-DskipRecon` and `-DskipShade` options to provide a faster way to create a partial build. ## What is the link to the Apache JIRA https://github.com/elek/hadoop-ozone/pull/new/HDDS-2316 ## How this patch can be tested? ``` mvn clean install -DskipShade -DskipRecon -DskipTests ``` ``` mvn clean install -DskipShade -DskipTests ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org