Skip to content

Bump minimum Hadoop compatibility checks from 3.0.3 to 3.3.0#6461

Merged
dlmarion merged 2 commits into
apache:2.1from
dlmarion:bump-min-hadoop-compatibility
Jul 6, 2026
Merged

Bump minimum Hadoop compatibility checks from 3.0.3 to 3.3.0#6461
dlmarion merged 2 commits into
apache:2.1from
dlmarion:bump-min-hadoop-compatibility

Conversation

@dlmarion

@dlmarion dlmarion commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@ctubbsii ctubbsii left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a prerequisite for #6460 . I'm okay with the change in 2.1.6, but it needs to be called out in the release notes that Hadoop will need to be upgraded to at least 3.3.6

Comment thread .github/workflows/maven.yaml Outdated
- {name: 'unit-tests', javaver: 21, args: 'verify -PskipQA -DskipTests=false'}
- {name: 'qa-checks', javaver: 21, args: 'verify javadoc:jar -Psec-bugs -DskipTests -Dspotbugs.timeout=3600000'}
- {name: 'compat', javaver: 21, args: 'package -DskipTests -Dversion.hadoop=3.0.3 -Dversion.zookeeper=3.5.10'}
- {name: 'compat', javaver: 21, args: 'package -DskipTests -Dversion.hadoop=3.3.0 -Dversion.zookeeper=3.5.10'}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should use the latest 3.3 (3.3.6?). We don't need to test compatibility with versions that have been superseded with bugfixes. Compatibility with the latest release in that series is sufficient because that's what users should be using if they are on that series.

Suggested change
- {name: 'compat', javaver: 21, args: 'package -DskipTests -Dversion.hadoop=3.3.0 -Dversion.zookeeper=3.5.10'}
- {name: 'compat', javaver: 21, args: 'package -DskipTests -Dversion.hadoop=3.3.6 -Dversion.zookeeper=3.5.10'}

@dlmarion

dlmarion commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

2.1.6 release notes drafted and PR up in the website repo. Version changed from 3.3.0 to 3.3.6.

@dlmarion dlmarion merged commit 7a66003 into apache:2.1 Jul 6, 2026
9 checks passed
@dlmarion dlmarion deleted the bump-min-hadoop-compatibility branch July 6, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants