+1 (binding) from me,

I have checked the following items:
- Incubating in name
- LICENSE and NOTICE are fine
- DISCLAIMER exists
- All links are valid
- No unexpected binary files
- All ASF files have ASF headers
- Signature is good
    svn checkout --depth=files "
https://dist.apache.org/repos/dist/dev/incubator/kyuubi/v1.4.1-incubating-rc0
";
    cd v1.4.1-incubating-rc0
    gpg --verify apache-kyuubi-1.4.1-incubating-bin.tgz.asc
apache-kyuubi-1.4.1-incubating-bin.tgz
    gpg --verify apache-kyuubi-1.4.1-incubating-source.tgz.asc
apache-kyuubi-1.4.1-incubating-source.tgz
- Digests is good
    for i in *.tgz; do echo $i; gpg --print-md SHA512 $i; done
- Run the following test successfully
    `./build/mvn verify -Pspark-3.1 -Pspark-hadoop-3.2
-Pkyuubi-extension-spark-3-1 -Papache-release`
    `./build/dist --name 1.3.1-test --tgz -Pspark-3.1 -Pspark-hadoop-2.7
-Pkyuubi-extension-spark_3.1`

Xun Liu
Best Regards,

On Thu, Jan 27, 2022 at 12:00 AM vino yang <vinoy...@apache.org> wrote:

> Hello Incubator Community,
>
> The Apache Kyuubi community has voted on and approved a proposal to release
> Apache Kyuubi(Incubating) version v1.4.1-incubating rc0.
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
> Kyuubi community vote thread:
> https://www.mail-archive.com/dev@kyuubi.apache.org/msg01960.html
>
> Vote result thread:
> https://www.mail-archive.com/dev@kyuubi.apache.org/msg01995.html
>
> [] +1 Release this package as Apache Kyuubi v1.4.1-incubating
> [] +0
> [] -1 Do not release this package because ...
>
> To learn more about Apache Kyuubi (Incubating), please see
> https://kyuubi.apache.org/
>
> The tag to be voted on is v1.4.1-incubating-rc0 (commit
> 3b9cb0061c70602fbc582bb28e0d59916b43cba7):
> https://github.com/apache/incubator-kyuubi/tree/v1.4.1-incubating-rc0
>
> The release files, including signatures, digests, etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/kyuubi/v1.4.1-incubating-rc0/
>
> Signatures used for Kyuubi RCs can be found in this file:
> https://downloads.apache.org/incubator/kyuubi/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapachekyuubi-1016/
>
> The release note is available in:
>
> https://github.com/apache/incubator-kyuubi/releases/tag/v1.4.1-incubating-rc0
>
>
> Thanks,
> On behalf of Apache Kyuubi(Incubating) community
>

Reply via email to