Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hadoop to v3.2.4 #5135

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ val datastoreV1ProtoClientVersion = "2.17.1"
val googleClientsVersion = "2.0.0"
val googleOauthClientVersion = "1.34.1"
val guavaVersion = "32.1.2-jre"
val hadoopVersion = "2.10.2"
val hamcrestVersion = "2.1"
val httpClientVersion = "4.5.13"
val httpCoreVersion = "4.4.14"
Expand All @@ -60,6 +59,7 @@ val googleApiServicesPubsubVersion = s"v1-rev20220904-$googleClientsVersion"
val googleApiServicesStorageVersion = s"v1-rev20230617-$googleClientsVersion"
// beam tested versions
val flinkVersion = "1.16.0" // runners/flink/1.16/build.gradle
val hadoopVersion = "3.2.4" // io/parquet/build.gradle
val sparkVersion = "3.4.1" // runners/spark/3/build.gradle

// check versions from libraries-bom
Expand Down