geyanggang opened a new issue, #10788: URL: https://github.com/apache/gravitino/issues/10788
### What would you like to be improved? Gravitino currently maintains two parallel Hadoop dependency lines:` hadoop2 (2.10.2)` and `hadoop3 (3.3.1)`. This dual-version setup increases maintenance burden, causes classpath conflicts, and brings in outdated transitive dependencies from the Hadoop 2.x line. ### How should we improve? Remove the hadoop2 dependency line entirely and unify all modules on `hadoop3 (3.3.6)`. Bump hadoop3 from `3.3.1` to `3.3.6` for the latest patch-level fixes and compatibility improvements. -- 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]
