+1
- signature is good
svn checkout --depth=files
"https://dist.apache.org/repos/dist/dev/kyuubi/v1.9.0-rc0/"
gpg --verify apache-kyuubi-1.9.0-bin.tgz.asc apache-kyuubi-1.9.0-bin.tgz
gpg --verify apache-kyuubi-1.9.0-source.tgz.asc
apache-kyuubi-1.9.0-source.tgz
- digests is good
for i in *.tgz; do echo $i; gpg --print-md SHA512 $i; done
Cheng Pan <[email protected]> 于2024年3月14日周四 14:30写道:
>
> +1 (binding)
>
> All artifacts look correct.
>
> All links are valid.
>
> The git commit hash is correct.
>
> GHA report looks good.
>
> Tested the binary tarball with Zookeeper 3.6, Hive 2.3.9, Spark 3.4, and
> Hadoop 3.3.6, using beeline to connect HiveServer2 and Kyuubi Server,
> everything goes well with HA and direct mode, additionally, the error message
> displays correctly in negative cases.
>
> Thanks,
> Cheng Pan
>
>
> > On Mar 14, 2024, at 09:58, Binjie Yang <[email protected]> wrote:
> >
> > Start with my +1,
> >
> > Check the following items:
> >
> > 1. All links work well
> > 2. Check Sum is correct
> > sha512sum --check apache-kyuubi-1.9.0-bin.tgz.sha512
> > 3. GPG sign is correct
> > gpg --verify apache-kyuubi-1.9.0-bin.tgz.asc
> > 4. Commit ID is correct
>