Skip to content

Commit

Permalink
BIGTOP-4045: Enable Parallel Compilation for Multiple Modules in TEZ (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiangC authored Jan 5, 2024
1 parent b9225e7 commit c7ad8a7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bigtop-packages/src/common/tez/patch8-TEZ-4520.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml
index 8b7f445ef..14ae62f27 100644
--- a/tez-dist/pom.xml
+++ b/tez-dist/pom.xml
@@ -49,6 +49,12 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.tez</groupId>
+ <artifactId>tez-job-analyzer</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>

<properties>
1 change: 1 addition & 0 deletions bigtop.bom
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ bigtop {
url { download_path = "/$name/${version.base}/"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
maven_parallel_build = true
}
'solr' {
name = 'solr'
Expand Down

0 comments on commit c7ad8a7

Please sign in to comment.