ranger
ranger copied to clipboard
RANGER-4511: Enable Parallel Compilation for Multiple Modules in Ranger
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