bigtop icon indicating copy to clipboard operation
bigtop copied to clipboard

BIGTOP-4046: Enable Parallel Compilation for Multiple Modules in SPARK

Open JiaLiangC opened this issue 2 years ago • 1 comments

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?

image

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/

JiaLiangC avatar Dec 28 '23 12:12 JiaLiangC

@sekikn @iwasakims Could you help review this PR?

JiaLiangC avatar Dec 29 '23 02:12 JiaLiangC