DerGut opened a new issue, #3175: URL: https://github.com/apache/iceberg-rust/issues/3175
## Context The HMS integration-test fixture currently uses `apache/hive:3.1.3` with Hadoop 3.1.0 and Tez 0.9.1. Apache Hive declared the entire 3.x release line end-of-life on 8 October 2024. Hive 3.1.3 is now available only from the Apache historical archive and no longer receives fixes or security updates. - Hive release status: https://hive.apache.org/general/downloads/ - Hive 3.1.3 archive: https://archive.apache.org/dist/hive/hive-3.1.3/ https://github.com/apache/iceberg-rust/pull/3174 removes the fixture build’s dependency on expired Debian Bullseye package metadata, but it intentionally retains Hive 3.1.3 to avoid changing HMS behavior while unblocking CI. ## Problem Rebuilding Hive 3.1.3 on a maintained operating-system image would address the EOL base image, but Hive itself and its bundled dependencies would remain unsupported. The durable solution is to migrate the test fixture and Rust HMS client to a supported Hive 4 release. This is not currently a drop-in image update. An experiment with `apache/hive:4.0.1` showed: - The Hive Metastore starts successfully with matching Hadoop 3.3.6 S3 dependencies. - Basic HMS namespace operations pass. - Broader catalog coverage fails during table operations with: ```text Invalid method name: 'get_table' -- 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]
