Skip to content

Commit

Permalink
[NSE-913] Add support for Hadoop 3.3.1 (oap-project#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Dec 13, 2022
1 parent fc1a2c7 commit 85635c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
<hadoop.version>3.2.0</hadoop.version>
</properties>
</profile>
<profile>
<id>hadoop-3.3</id>
<properties>
<hadoop.version>3.3.1</hadoop.version>
</properties>
</profile>
<profile>
<id>dataproc-2.0</id>
<properties>
Expand Down

0 comments on commit 85635c6

Please sign in to comment.