+1 (binding) I checked the following things: - signatures are good. ``` gpg --import KEYS gpg --verify apache-kyuubi-1.9.2-source.tgz.asc gpg --verify apache-kyuubi-1.9.2-bin.tgz.asc ``` - checksums are good. ``` sha512sum --check apache-kyuubi-1.9.2-source.tgz.sha512 sha512sum --check apache-kyuubi-1.9.2-bin.tgz.sha512 ``` - build success from source code. ``` ./build/dist --tgz --spark-provided --hive-provided --flink-provided --web-ui ``` - executed some simple SQL in Spark engine.
Cheng Pan <pan3...@gmail.com> 于2024年7月20日周六 01:31写道: > > +1 > > I checked > - links are valid > - signatures and checksum are correct > - successfully built from source code on Ubuntu 22.04 with Java 17 > - have deployed it with Spark 3.5.2 RC1 on a YARN cluster, and run > some queries using beeline and web console > > Thanks, > Cheng Pan > > On Fri, Jul 19, 2024 at 11:35 PM Fu Chen <fc...@apache.org> wrote: > > > > Hello Apache Kyuubi PMC and Community, > > > > I wanted to clarify why there are three staging repositories for > > Apache Kyuubi v1.9.2 rc0. Due to an IP address change during > > deployment, multiple repositories were created. > > > > Thank you for your understanding and participation in the voting process. > > > > Best Regards, > > Fu Chen > > > > Fu Chen <fc...@apache.org> 于2024年7月19日周五 23:11写道: > > > > > > Hello Apache Kyuubi PMC and Community, > > > > > > Please vote on releasing the following candidate as > > > Apache Kyuubi version v1.9.2. > > > > > > The VOTE will remain open for at least 72 hours. > > > > > > [ ] +1 Release this package as Apache Kyuubi v1.9.2 > > > [ ] +0 > > > [ ] -1 Do not release this package because ... > > > > > > To learn more about Apache Kyuubi, please see > > > https://kyuubi.apache.org/ > > > > > > The tag to be voted on is v1.9.2-rc0 (commit > > > 29a56df5f30cf36b7a14b35858748b8e825ad90e): > > > https://github.com/apache/kyuubi/tree/v1.9.2-rc0 > > > > > > The release files, including signatures, digests, etc. can be found at: > > > https://dist.apache.org/repos/dist/dev/kyuubi/v1.9.2-rc0/ > > > > > > Signatures used for Kyuubi RCs can be found in this file: > > > https://downloads.apache.org/kyuubi/KEYS > > > > > > The staging repository for this release can be found at: > > > https://repository.apache.org/content/repositories/orgapachekyuubi-1049/ > > > https://repository.apache.org/content/repositories/orgapachekyuubi-1050/ > > > https://repository.apache.org/content/repositories/orgapachekyuubi-1051/ > > > > > > The release note is available in: > > > https://github.com/apache/kyuubi/compare/v1.9.1...v1.9.2-rc0 > > > > > > Thanks, > > > Fu Chen