Skip to content

Commit 198655f

Browse files
slfan1989ayushtkn
andauthored
TEZ-4549: Upgrade Hadoop Version to 3.4.1. (#342). (Shilun Fan, reviewed by Laszlo Bodor)
Co-authored-by: Ayush Saxena <[email protected]>
1 parent 1084699 commit 198655f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version>
7474
<frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
7575
<guava.version>32.0.1-jre</guava.version>
76-
<hadoop.version>3.3.6</hadoop.version>
76+
<hadoop.version>3.4.1</hadoop.version>
7777
<jdk.tools.version>1.8</jdk.tools.version>
7878
<jersey.version>1.19.4</jersey.version>
7979
<jettison.version>1.5.4</jettison.version>

tez-ext-service-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
<dependency>
4646
<groupId>org.apache.hadoop</groupId>
4747
<artifactId>hadoop-common</artifactId>
48+
<exclusions>
49+
<exclusion>
50+
<groupId>org.apache.avro</groupId>
51+
<artifactId>avro</artifactId>
52+
</exclusion>
53+
</exclusions>
4854
</dependency>
4955
<dependency>
5056
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)