Skip to content

Commit

Permalink
TEZ-4549: Upgrade Hadoop Version to 3.4.1. (#342). (Shilun Fan, revie…
Browse files Browse the repository at this point in the history
…wed by Laszlo Bodor)

Co-authored-by: Ayush Saxena <[email protected]>
  • Loading branch information
slfan1989 and ayushtkn authored Dec 23, 2024
1 parent 1084699 commit 198655f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version>
<frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
<guava.version>32.0.1-jre</guava.version>
<hadoop.version>3.3.6</hadoop.version>
<hadoop.version>3.4.1</hadoop.version>
<jdk.tools.version>1.8</jdk.tools.version>
<jersey.version>1.19.4</jersey.version>
<jettison.version>1.5.4</jettison.version>
Expand Down
6 changes: 6 additions & 0 deletions tez-ext-service-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down

0 comments on commit 198655f

Please sign in to comment.