This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new c7ad8a72d BIGTOP-4045: Enable Parallel Compilation for Multiple 
Modules in TEZ (#1224)
c7ad8a72d is described below

commit c7ad8a72d591cefbe9d1773cdb363aa267b1d664
Author: jialiang <[email protected]>
AuthorDate: Fri Jan 5 09:52:05 2024 +0800

    BIGTOP-4045: Enable Parallel Compilation for Multiple Modules in TEZ (#1224)
---
 bigtop-packages/src/common/tez/patch8-TEZ-4520.diff | 17 +++++++++++++++++
 bigtop.bom                                          |  1 +
 2 files changed, 18 insertions(+)

diff --git a/bigtop-packages/src/common/tez/patch8-TEZ-4520.diff 
b/bigtop-packages/src/common/tez/patch8-TEZ-4520.diff
new file mode 100644
index 000000000..14852a7de
--- /dev/null
+++ b/bigtop-packages/src/common/tez/patch8-TEZ-4520.diff
@@ -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>
diff --git a/bigtop.bom b/bigtop.bom
index 02c0b433c..d58ee7d6b 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -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'

Reply via email to