Skip to content

Commit

Permalink
Add tez shade module
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-ju committed Oct 8, 2024
1 parent 8f945f4 commit 9602342
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
8 changes: 0 additions & 8 deletions client-tez/tez-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,6 @@
<pattern>org.apache.commons.lang3</pattern>
<shadedPattern>${shading.prefix}.org.apache.commons.lang3</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.tez.runtime.library.shuffle.impl.ShuffleUserPayloads</pattern>
<shadedPattern>${shading.prefix}.org.apache.tez.runtime.library.shuffle.impl.ShuffleUserPayloads</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.tez.common.TezCommonUtils</pattern>
<shadedPattern>${shading.prefix}.org.apache.tez.common.TezCommonUtils</shadedPattern>
</relocation>
</relocations>
<artifactSet>
<includes>
Expand Down
2 changes: 0 additions & 2 deletions client-tez/tez-shaded/src/main/resources/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<includes>
<include>org.apache.celeborn:*</include>
<include>com.google.protobuf:*</include>
<include>org.apache.tez:tez-runtime-library</include>
<include>org.apache.tez:tez-api</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down
6 changes: 6 additions & 0 deletions client-tez/tez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez-common</artifactId>
<version>${tez.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -73,6 +74,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez-runtime-library</artifactId>
<version>${tez.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -92,6 +94,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez-runtime-internals</artifactId>
<version>${tez.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -111,6 +114,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez-dag</artifactId>
<version>${tez.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand Down Expand Up @@ -142,6 +146,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez-api</artifactId>
<version>${tez.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand Down Expand Up @@ -173,6 +178,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jersey</groupId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1749,10 +1749,9 @@
<modules>
<module>client-tez/tez</module>
<module>client-tez/tez-shaded</module>
<module>tests/tez-it</module>
</modules>
<properties>
<tez.version>0.10.3</tez.version>
<tez.version>0.10.2</tez.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 9602342

Please sign in to comment.