This is an automated email from the ASF dual-hosted git repository. abstractdog pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push: new 2dcdeba63 TEZ-4520: Enable Parallel Compilation for TEZ (#315) (JiaLiangC reviewed by Laszlo Bodor) 2dcdeba63 is described below commit 2dcdeba63d69145d89a7cfed39e75c13931fb3df Author: jialiang <2510095...@qq.com> AuthorDate: Thu Jan 4 23:26:23 2024 +0800 TEZ-4520: Enable Parallel Compilation for TEZ (#315) (JiaLiangC reviewed by Laszlo Bodor) --- tez-dist/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index ccc6c7589..93c4b7bc2 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>