Bump Hadoop to 3.4.0#2009
Merged
Merged
Conversation
3e34d10 to
1ef38a2
Compare
nastra
commented
Nov 24, 2025
| <artifactId>jersey-json</artifactId> | ||
| </exclusion> | ||
| <exclusion> | ||
| <groupId>com.github.pjfanning</groupId> |
Contributor
Author
There was a problem hiding this comment.
excluding this due to incompatible license
Contributor
Author
Contributor
Author
|
@luoyuxia could you take a look at this one please? |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps Hadoop from versions 2.10.2/3.3.4 to 3.4.0 across the Fluss project, a prerequisite for upgrading Iceberg to the latest version.
- Updated Hadoop version property in root and filesystem POMs
- Updated documentation to reflect new bundled Hadoop version
- Updated NOTICE files to reflect new transitive dependency versions brought by Hadoop 3.4.0
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Updates fluss.hadoop.version property from 2.10.2 to 3.4.0 |
| website/docs/maintenance/filesystems/hdfs.md | Updates documentation to reference bundled Hadoop 3.4.0 instead of 3.3.4 |
| fluss-filesystems/pom.xml | Updates fs.hadoopshaded.version property to 3.4.0 |
| fluss-filesystems/fluss-fs-s3/pom.xml | Adds exclusion for com.github.pjfanning:jersey-json dependency |
| fluss-filesystems/fluss-fs-s3/src/main/resources/META-INF/NOTICE | Updates transitive dependency versions from Hadoop 3.4.0 upgrade |
| fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml | Adds exclusion for com.github.pjfanning:jersey-json dependency |
| fluss-filesystems/fluss-fs-hadoop-shaded/src/main/resources/META-INF/NOTICE | Updates transitive dependency versions from Hadoop 3.4.0 upgrade |
| fluss-filesystems/fluss-fs-gs/pom.xml | Adds exclusion for com.github.pjfanning:jersey-json dependency |
| fluss-filesystems/fluss-fs-gs/src/main/resources/META-INF/NOTICE | Updates transitive dependency versions from Hadoop 3.4.0 upgrade |
| fluss-filesystems/fluss-fs-hdfs/src/main/resources/META-INF/NOTICE | Updates transitive dependency versions and removes obsolete dependencies |
| fluss-filesystems/fluss-fs-oss/src/main/resources/META-INF/NOTICE | Updates Hadoop-related dependencies from 2.10.2 to 3.4.0 |
| fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/NOTICE | Updates Hadoop-related dependencies from 2.10.2 to 3.4.0 |
| fluss-lake/fluss-lake-lance/src/main/resources/META-INF/NOTICE | Updates commons-codec version from 1.4 to 1.15 |
| fluss-lake/fluss-lake-iceberg/src/main/resources/META-INF/NOTICE | Updates commons-compress version from 1.21 to 1.24.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2 tasks
Ugbot
pushed a commit
to Ugbot/fluss
that referenced
this pull request
Apr 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Purpose
This bumps Hadoop to 3.4.0 and is required before being able to bump Iceberg to the latest version (#2008)
Linked issue: close #1352
Brief change log
Tests
API and Format
Documentation