Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
[POAE7-984] upgrade hadoop version to 3.3.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyupeng authored Apr 6, 2021
1 parent 197bed0 commit 1dc465b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HCFS-based-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<packaging>jar</packaging>

<properties>
<hadoop.version>3.2.2</hadoop.version>
<hadoop.version>3.3.0</hadoop.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion oap-ape/ape-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<guava.version>18.0</guava.version>
<java.version>1.8</java.version>
<slf4j.version>1.7.16</slf4j.version>
<hadoop.version>3.2.2</hadoop.version>
<hadoop.version>3.3.0</hadoop.version>
<ape.version>1.1.0-SNAPSHOT</ape.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 1dc465b

Please sign in to comment.