Skip to content

Commit

Permalink
[NSE-1185] Add Hadoop version 3.2.3 for latest Dataproc 2.0 (oap-proj…
Browse files Browse the repository at this point in the history
…ect#1186)

* [NSE-913] Add support for Hadoop 3.3.1 (oap-project#966)

* [NSE-1185] Add Hadoop version 3.2.3 for latest Dataproc 2.0
  • Loading branch information
Hong authored Dec 13, 2022
1 parent fc1a2c7 commit 68a5298
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,16 @@
<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>
<hadoop.version>3.2.2</hadoop.version>
<hadoop.version>3.2.3</hadoop.version>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 68a5298

Please sign in to comment.