Skip to content

Commit 95322c6

Browse files
authored
bump hadoop version (#33011)
* bump hadoop version * add to readme.md
1 parent e8dd3c6 commit 95322c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
## I/Os
6464

6565
* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
66+
* 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)).
6667

6768
## New Features / Improvements
6869

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ class BeamModulePlugin implements Plugin<Project> {
614614
// [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom
615615
def grpc_version = "1.67.1"
616616
def guava_version = "33.1.0-jre"
617-
def hadoop_version = "2.10.2"
617+
def hadoop_version = "3.4.1"
618618
def hamcrest_version = "2.1"
619619
def influxdb_version = "2.19"
620620
def httpclient_version = "4.5.13"

0 commit comments

Comments
 (0)