bigtop
bigtop copied to clipboard
BIGTOP-4046: Enable Parallel Compilation for Multiple Modules in SPARK
Description of PR
Spark 3.3 itself does support parallel compilation. However, Spark 3.3 uses Maven Shade Plugin version 3.2.4, which triggers an infinite loop bug during parallel compilation. You can find more details about this issue at MSHADE-413.
A PR has been submitted for Spark 3.3 to upgrade the Maven Shade Plugin to version 3.5.0. This upgrade has already been applied in Spark 3.5, SPARK-44257.
Therefore, this PR includes the upgrade of the mvn-shade-plugin as part of SPARK-44257. It's worth noting that SPARK-44257 contains some code that doesn't exist in Spark 3.3 and has been ignored.
depend on BIGTOP-4044
How was this patch tested?
For code changes:
- [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
- [ ] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/
@sekikn @iwasakims Could you help review this PR?