Skip to content

Commit

Permalink
Revert "bump hadoop version (#33011)"
Browse files Browse the repository at this point in the history
This reverts commit 95322c6.
  • Loading branch information
Abacn authored Dec 2, 2024
1 parent 0ec76af commit eca0239
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
## I/Os

* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
* Upgraded the default version of Hadoop dependencies to 3.4.1. Hadoop 2.10.2 is still supported (Java) ([#33011](https://github.com/apache/beam/issues/33011)).

## New Features / Improvements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ class BeamModulePlugin implements Plugin<Project> {
// [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom
def grpc_version = "1.67.1"
def guava_version = "33.1.0-jre"
def hadoop_version = "3.4.1"
def hadoop_version = "2.10.2"
def hamcrest_version = "2.1"
def influxdb_version = "2.19"
def httpclient_version = "4.5.13"
Expand Down

0 comments on commit eca0239

Please sign in to comment.