Skip to content

Commit

Permalink
TEZ-4520: Enable Parallel Compilation for TEZ (#315) (JiaLiangC revie…
Browse files Browse the repository at this point in the history
…wed by Laszlo Bodor)
  • Loading branch information
JiaLiangC authored Jan 4, 2024
1 parent 4cba79e commit 2dcdeba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tez-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2dcdeba

Please sign in to comment.