Thank you all for verifying the release candidate 0.
Given that this candidate version has severe user-facing issues [1], I am cancelling off this vote. Additionally, there are two other minor issues: One is the problem reported by Okumin regarding some ticket information not being included in the RELEASE_NOTES. This will be fixed in the next candidate version. However, I believe we should remove the RELEASE_NOTES from the archive to avoid imposing unnecessary burdens on future release managers. See ticket [2]. The other is the issue reported by Denys: "HMS doesn't start the RestCatalog by default." In hive configuration code, the RestCatalog is disabled by default [3], which is an expected behavior. We can consider enabling it by default in future releases. Additionally, the HMS Docker image configuration enables the RestCatalog by default, whereas the archived package does not. This configuration inconsistency can be fixed in ticket [4]. However, this minor fix does not need to be included in 4.1.0. If there are any further issues regarding this candidate version, please feel free to raise them as soon as possible. Once again, thank you all for your time! [1] https://issues.apache.org/jira/browse/HIVE-29092 [2] https://issues.apache.org/jira/browse/HIVE-29090 [3] https://github.com/apache/hive/blob/e98e36df16736221ae792f2bd71ac35d63c00ea8/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java#L1863 [4] https://issues.apache.org/jira/browse/HIVE-29094 Thanks, Butao Zhang ---- Replied Message ---- | From | Seonggon Namgung<denev....@gmail.com> | | Date | 7/16/2025 20:21 | | To | <dev@hive.apache.org> | | Subject | Re: [VOTE] Apache Hive 4.1.0 Release Candidate 0 | Hi Butao, Thank you for preparing the release. Although this vote will likely be canceled, I verified a few small things as an exercise and wanted to share my results. Looking forward to the next release candidate! * Verified SHA256 checksum: OK * Verified GPG signature: OK * Compiled the source code using Java 17: OK * Ran HiveMetaStore, HiveServer2, and Beeline using Java 17: OK * Loaded data and ran some simple queries: OK * Loaded and ran a custom UDF: OK Best, Seonggon On Wed, Jul 16, 2025 at 6:57 AM Soumyakanti Das <soumyakanti....@cloudera.com.invalid> wrote: Hey Butao, Thanks for the release. +1 (non-binding) I have validated a few things: Signatures and checksums Built hive from source using: mvn clean install -DskipTests -Pitests -Dmaven.javadoc.skip=true Ran some unit tests and qtests under ql (hive-exec) module Ran a few simple queries, which were all successful Thanks, Soumyakanti Das On Tue, Jul 15, 2025 at 11:47 AM Denys Kuzmenko <dkuzme...@apache.org> wrote: Hi Butao, Thanks for preparing the release! Hive dist validations: ——————————— * Signatures and checksums: ✓ OK * Built from sources: ✓ OK * Build Docker image and started the containers against PostgresSQL: ✓ OK - HMS doesn't start the RestCatalog by default * Connected via Beeline, created an Iceberg table and run a few queries ✓ OK Standalone metastore dist validations: ——————————————————— * Signatures and checksums: ✓ OK * Built from sources: ✓ OK * Build Docker image and started the HMS container: ✓ OK * Created an Iceberg table using RestCatalog ✓ OK Regards, Denys