-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74718/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj, Ramesh Kumar Thangarajan, and
Sidharth Mishra.
Bugs: RANGER-4511
https://issues.apache.org/jira/browse/RANGER-4511
Repository: ranger
Description
-------
Enable Parallel Compilation for Multiple Modules in Ranger
Diffs
-----
distro/pom.xml b187297c4
Diff: https://reviews.apache.org/r/74718/diff/1/
Testing
-------
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.
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
test manually
Thanks,
jialiang cai