[VOTE] Release Apache Doris 2.0.0

2023-08-07 Thread Kang
Hi all,

Please review and vote on Apache Doris 2.0.0 release.
The release candidate has been tagged in GitHub as 2.0.0, available here:
https://github.com/apache/doris/tree/2.0.0-rc04

This is the GA version of Doris 2.0.0, which contains many significant
new features and improvements.

The release notes can be found here:
https://github.com/apache/doris/issues/22647

The source package, signature and checksum corresponding
to this release candidate can be found here:
https://dist.apache.org/repos/dist/dev/doris/2.0.0/

The convience binaries can be downloaded here:
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz.asc
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz.sha512
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz.asc
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz.sha512
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz.asc
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz.sha512


This has been signed with PGP key
A7F22F6AD052BBD24196C4B8ED5740C16894518D, corresponding to kx...@apache.org.

KEYS file is available here:
https://downloads.apache.org/doris/KEYS
It is also listed here:
https://people.apache.org/keys/committer/kxiao.asc

To verify and build, you can refer to following link:
https://doris.apache.org/community/release-and-verify/release-verify

This vote will be last for 72 hours.
Please feel free to discuss and vote.

[ ] +1 Approve the release
[ ] +0 No opinion
[ ] -1 Do not release this package because ...

--


Best Regards!

Kang 

-
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org



Re: [VOTE] Release Apache Doris 2.0.0

2023-08-07 Thread De Li
Here is my +1(binding),

I checked:  
[x] Checksum and PGP signature are legitimate.
[x] DISCLAIMER is included.
[x] The source code matches the current release.
[x] No compiled content is included in the source package.
[x] The compilation can be executed without problems.

---
# cd /data/community_release_test
# wget 
https://dist.apache.org/repos/dist/dev/doris/2.0.0/apache-doris-2.0.0-src.tar.gz
# tar -xf apache-doris-2.0.0-src.tar.gz 
# cd apache-doris-2.0.0-src/
# docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header 
check
INFO Loading configuration from file: .licenserc.yaml 
INFO Totally checked 17045 files, valid: 7874, invalid: 0, ignored: 9171, 
fixed: 0 

# wget 
https://dist.apache.org/repos/dist/dev/doris/2.0.0/apache-doris-2.0.0-src.tar.gz.asc
# wget https://downloads.apache.org/doris/KEYS
# wget 
https://dist.apache.org/repos/dist/dev/doris/2.0.0/apache-doris-2.0.0-src.tar.gz.sha512
# gpg --import KEYS
# gpg --verify apache-doris-2.0.0-src.tar.gz.asc apache-doris-2.0.0-src.tar.gz
gpg: Signature made Mon 07 Aug 2023 07:32:54 AM CST
gpg:using RSA key A7F22F6AD052BBD24196C4B8ED5740C16894518D
gpg:issuer "kx...@apache.org"
gpg: Good signature from "Kang Xiao " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: A7F2 2F6A D052 BBD2 4196  C4B8 ED57 40C1 6894 518D

# sha512sum --check apache-doris-2.0.0-src.tar.gz.sha512
apache-doris-2.0.0-src.tar.gz: OK
# docker run -it -v 
/data/community_release_test/apache-doris-2.0.0-src/.m2:/root/.m2 -v 
/data/community_release_test/apache-doris-2.0.0-src/:/root/apache-doris-2.0.0-src/
 apache/doris:build-env-ldb-toolchain-latest
# cd /root/apache-doris-2.0.0-src/
# sh build.sh
...

--
lide-reed
l...@apache.org

On 2023/08/07 15:48:12 Kang wrote:
> Hi all,
> 
> Please review and vote on Apache Doris 2.0.0 release.
> The release candidate has been tagged in GitHub as 2.0.0, available here:
> https://github.com/apache/doris/tree/2.0.0-rc04
> 
> This is the GA version of Doris 2.0.0, which contains many significant
> new features and improvements.
> 
> The release notes can be found here:
> https://github.com/apache/doris/issues/22647
> 
> The source package, signature and checksum corresponding
> to this release candidate can be found here:
> https://dist.apache.org/repos/dist/dev/doris/2.0.0/
> 
> The convience binaries can be downloaded here:
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz.sha512
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz.sha512
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz.sha512
> 
> 
> This has been signed with PGP key
> A7F22F6AD052BBD24196C4B8ED5740C16894518D, corresponding to kx...@apache.org.
> 
> KEYS file is available here:
> https://downloads.apache.org/doris/KEYS
> It is also listed here:
> https://people.apache.org/keys/committer/kxiao.asc
> 
> To verify and build, you can refer to following link:
> https://doris.apache.org/community/release-and-verify/release-verify
> 
> This vote will be last for 72 hours.
> Please feel free to discuss and vote.
> 
> [ ] +1 Approve the release
> [ ] +0 No opinion
> [ ] -1 Do not release this package because ...
> 
> --
> 
> 
> Best Regards!
> 
> Kang 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> For additional commands, e-mail: dev-h...@doris.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org



Re: [VOTE] Release Apache Doris 2.0.0

2023-08-07 Thread Jiafeng.Zhang
Here is my +1(binding).

I checked:
[x] The download link is legal and the PGP signature are valid.
[x] The source code matches the current release version.
[x] The LICENSE and NOTICE files are correct.

Jiafeng.Zhang / 张家锋
Email: jiafengzh...@apache.org


De Li 于2023年8月8日 周二10:45写道:

> Here is my +1(binding),
>
> I checked:
> [x] Checksum and PGP signature are legitimate.
> [x] DISCLAIMER is included.
> [x] The source code matches the current release.
> [x] No compiled content is included in the source package.
> [x] The compilation can be executed without problems.
>
> ---
> # cd /data/community_release_test
> # wget
> https://dist.apache.org/repos/dist/dev/doris/2.0.0/apache-doris-2.0.0-src.tar.gz
> # tar -xf apache-doris-2.0.0-src.tar.gz
> # cd apache-doris-2.0.0-src/
> # docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes
> header check
> INFO Loading configuration from file: .licenserc.yaml
> INFO Totally checked 17045 files, valid: 7874, invalid: 0, ignored: 9171,
> fixed: 0
>
> # wget
> https://dist.apache.org/repos/dist/dev/doris/2.0.0/apache-doris-2.0.0-src.tar.gz.asc
> # wget https://downloads.apache.org/doris/KEYS
> # wget
> https://dist.apache.org/repos/dist/dev/doris/2.0.0/apache-doris-2.0.0-src.tar.gz.sha512
> # gpg --import KEYS
> # gpg --verify apache-doris-2.0.0-src.tar.gz.asc
> apache-doris-2.0.0-src.tar.gz
> gpg: Signature made Mon 07 Aug 2023 07:32:54 AM CST
> gpg:using RSA key A7F22F6AD052BBD24196C4B8ED5740C16894518D
> gpg:issuer "kx...@apache.org"
> gpg: Good signature from "Kang Xiao " [unknown]
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:  There is no indication that the signature belongs to the
> owner.
> Primary key fingerprint: A7F2 2F6A D052 BBD2 4196  C4B8 ED57 40C1 6894 518D
>
> # sha512sum --check apache-doris-2.0.0-src.tar.gz.sha512
> apache-doris-2.0.0-src.tar.gz: OK
> # docker run -it -v
> /data/community_release_test/apache-doris-2.0.0-src/.m2:/root/.m2 -v
> /data/community_release_test/apache-doris-2.0.0-src/:/root/apache-doris-2.0.0-src/
> apache/doris:build-env-ldb-toolchain-latest
> # cd /root/apache-doris-2.0.0-src/
> # sh build.sh
> ...
>
> --
> lide-reed
> l...@apache.org
>
> On 2023/08/07 15:48:12 Kang wrote:
> > Hi all,
> >
> > Please review and vote on Apache Doris 2.0.0 release.
> > The release candidate has been tagged in GitHub as 2.0.0, available here:
> > https://github.com/apache/doris/tree/2.0.0-rc04
> >
> > This is the GA version of Doris 2.0.0, which contains many significant
> > new features and improvements.
> >
> > The release notes can be found here:
> > https://github.com/apache/doris/issues/22647
> >
> > The source package, signature and checksum corresponding
> > to this release candidate can be found here:
> > https://dist.apache.org/repos/dist/dev/doris/2.0.0/
> >
> > The convience binaries can be downloaded here:
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-src.tar.gz.sha512
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64.tar.xz.sha512
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.0-bin-x86_64-noavx2.tar.xz.sha512
> >
> >
> > This has been signed with PGP key
> > A7F22F6AD052BBD24196C4B8ED5740C16894518D, corresponding to
> kx...@apache.org.
> >
> > KEYS file is available here:
> > https://downloads.apache.org/doris/KEYS
> > It is also listed here:
> > https://people.apache.org/keys/committer/kxiao.asc
> >
> > To verify and build, you can refer to following link:
> > https://doris.apache.org/community/release-and-verify/release-verify
> >
> > This vote will be last for 72 hours.
> > Please feel free to discuss and vote.
> >
> > [ ] +1 Approve the release
> > [ ] +0 No opinion
> > [ ] -1 Do not release this package because ...
> >
> > --
> >
> >
> > Best Regards!
> >
> > Kang 
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> > For additional commands, e-mail: dev-h...@doris.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> For additional commands, e-mail: dev-h...@doris.apache.org
>
> --
张家峰