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

Commit

Permalink
[NSE-913] Add support for Hadoop 3.3.1 (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong authored Jun 16, 2022
1 parent 1f1cd7b commit e82c97a
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 @@ -78,6 +78,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 e82c97a

Please sign in to comment.