pan3793 opened a new pull request, #8477:
URL: https://github.com/apache/hadoop/pull/8477
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
Modern OS like Ubuntu 26.04 bundle CMake 4.x, which removes support for
compatibility with versions of CMake older than 3.5
https://cmake.org/cmake/help/latest/release/4.0.html
> Deprecated and Removed Features
> - Compatibility with versions of CMake older than 3.5 has been removed.
CMake 3.5 was released on April 28, 2016, which is quite an old version, the
change does not affect the current supported OS because they already bundle
CMake 3.5+
- Rocky Linux 8: CMake 3.26.5
- Debian 12: CMake 3.25.1-1
- Debian 13: CMake 3.31.6-2
- Ubuntu 24.04: CMake 3.28.3
### How was this patch tested?
Pass GHA.
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(HADOOP-19882)?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
### AI Tooling
No AI usage.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]