-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BIGTOP-4045: Enable Parallel Compilation for Multiple Modules in TEZ (#…
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters