Bump minimum Hadoop compatibility checks from 3.0.3 to 3.3.0#6461
Conversation
| - {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'} |
There was a problem hiding this comment.
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.
| - {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'} |
|
2.1.6 release notes drafted and PR up in the website repo. Version changed from 3.3.0 to 3.3.6. |
|
I ended up removing this from the 2.1.6 release notes, since it's a build check only change. I verified that 2.1.6 does not contain any changes that would made it incompatible with 3.0.3. It will need to be added to the 2.1.7 release notes, though, that Hadoop 3.3.0 will be required, because we intend to make changes in that which would be incompatible with earlier versions. |
No description provided.