JiaLiangC opened a new pull request, #289: URL: https://github.com/apache/ranger/pull/289
## What changes were proposed in this pull request? Due to incorrect dependency settings in the distro module, Ranger cannot utilize multicore concurrent compilation. As a result, compiling Ranger is very slow each time, as all modules can only be compiled serially. With this patch, Ranger can be compiled in parallel, greatly speeding up the process. Compilation can now be completed in just a few minutes. ## How was this patch tested? manual tests mvn -T 8 clean install -DskipTests=true -Dcheckstyle.skip=true -Djacoco.skip=true -Dpmd.skip=true -Drat.skip=true -Dspotbugs.skip=true -Dhadoop.version=3.3.5 -Dhbase.version=2.4.13 -Dhive.version=3.1.3 -Dkafka.version=2.8.1 -Dsolr.version=8.11.2 -Dzookeeper.version=3.5.9  -- 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]
