+1 I checked - download links are valid. - git commit hash is correct. - no binary files in the source release. - signatures are good. ``` gpg --import KEYS gpg --verify apache-celeborn-0.3.1-incubating-source.tgz.asc gpg --verify apache-celeborn-0.3.1-incubating-bin.tgz.asc ``` - checksums are good. ``` sha512sum --check apache-celeborn-0.3.1-incubating-source.tgz.sha512 sha512sum --check apache-celeborn-0.3.1-incubating-bin.tgz.sha512 ``` - build success from source code (ubuntu 18.04). ``` ./build/mvn clean package -DskipTests -Pspark-3.3 ```
Shaoyun Chen <[email protected]> 于2023年10月1日周日 16:34写道: > +1 (non-binding) > > I checked the following things: > > - signatures are good. > ``` > gpg --import KEYS > gpg --verify apache-celeborn-0.3.1-incubating-source.tgz.asc > gpg --verify apache-celeborn-0.3.1-incubating-bin.tgz.asc > ``` > - checksums are good. > ``` > sha512sum --check apache-celeborn-0.3.1-incubating-source.tgz.sha512 > sha512sum --check apache-celeborn-0.3.1-incubating-bin.tgz.sha512 > ``` > - build success from source code. > ``` > ./build/make-distribution.sh -Pspark-3.2 > ``` > > Cheng Pan <[email protected]> 于2023年9月28日周四 21:55写道: > >> +CC PJ Fanning and Duo Zhang, since you found license issue in previous >> RC vote[1] >> >> lists.apache.org >> <https://lists.apache.org/thread/8v4wy5o132rpsjync6465zztgjlf6h5p> >> [image: favicon.ico] >> <https://lists.apache.org/thread/8v4wy5o132rpsjync6465zztgjlf6h5p> >> <https://lists.apache.org/thread/8v4wy5o132rpsjync6465zztgjlf6h5p> >> >> >> On Sep 28, 2023, at 21:52, Cheng Pan <[email protected]> wrote: >> >> Hi Celeborn community, >> >> This is a call for a vote to release Apache Celeborn (Incubating) >> 0.3.1-incubating-rc3 >> >> The git tag to be voted upon: >> >> https://github.com/apache/incubator-celeborn/releases/tag/v0.3.1-incubating-rc3 >> >> The git commit hash: >> 861788810642ef19769b097b82bee70b92e0ace0 >> >> The source and binary artifacts can be found at: >> >> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.3.1-incubating-rc3 >> >> The staging repo: >> https://repository.apache.org/content/repositories/orgapacheceleborn-1040 >> >> Fingerprint of the PGP key release artifacts are signed with: >> 8FC8075E1FDC303276C676EE8001952629BCC75D >> >> My public key to verify signatures can be found in: >> https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS >> >> The vote will be open for at least 72 hours or until the necessary >> number of votes are reached. >> >> Please vote accordingly: >> >> [ ] +1 approve >> [ ] +0 no opinion >> [ ] -1 disapprove (and the reason) >> >> Checklist for release: >> >> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist >> >> Steps to validate the release: >> https://www.apache.org/info/verification.html >> >> Instructions for making binary artifacts from source: >> build/make-distribution.sh --release >> >> Thanks, >> Cheng Pan >> >> >>
