[
https://issues.apache.org/jira/browse/HADOOP-19882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18078881#comment-18078881
]
ASF GitHub Bot commented on HADOOP-19882:
-----------------------------------------
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.
> Change cmake_minimum_required to version 3.5
> --------------------------------------------
>
> Key: HADOOP-19882
> URL: https://issues.apache.org/jira/browse/HADOOP-19882
> Project: Hadoop Common
> Issue Type: Task
> Reporter: Cheng Pan
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]