Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-23 Thread Ethan Feng
+1 (non-binding)

All checks are done and waiting for the incubator community to proceed.
Ethan Feng

rexxiong  于2023年3月20日周一 21:47写道:
>
> Hello Incubator Community,
>
> This is a call for a vote to release Apache Celeborn(Incubating) version
> 0.2.1-incubating-rc0
>
> The Apache Celeborn community has voted on and approved a proposal to
> release
> Apache Celeborn(Incubating) version 0.2.1-incubating-rc0
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
> Celeborn community vote thread:
> • https://lists.apache.org/thread/7vnm4p3dv9lq1cklj5xh1fzrho381bzy
>
> Vote result thread:
> • https://lists.apache.org/thread/21gjf2v5wn85h37dwdv4yvhbxz48d37r
>
> The release candidate:
> •
> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
>
> Git tag for the release:
> •
> https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
>
> Public keys file:
> • https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
>
> The change log is available in:
> •
> https://github.com/apache/incubator-celeborn/compare/v0.2.0-incubating...v0.2.1-incubating-rc0
>
> 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 with the reason
>
> More detailed checklist please refer:
> •
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Steps to validate the release, Please refer to:
> • https://www.apache.org/info/verification.html
>
> Thanks,
> rexxiong


Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-23 Thread Cheng Pan
Sorry, I missed the vote result mail, please ignore my last message

Thanks,
Cheng Pan


On Mar 23, 2023 at 21:47:40, Cheng Pan  wrote:

> It’s time to close the voting and move forward
>
> Thanks,
> Cheng Pan
>
>
> On Mar 20, 2023 at 18:03:42, kerwin zhang 
> wrote:
>
>> +1 (binding)
>>
>> I checked
>>
>> - PGP signatures are valid.
>> wget https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
>> gpg --import KEYS
>> gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
>> gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
>> - checksums are correct.
>> sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
>> sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
>> - LICENSE and NOTICE files exist.
>> - DISCLAIMER file exists.
>> - release files are in correct location.
>> - release files have the word "incubating" in their name.
>> - build success from source code (macOS).
>>
>> ```
>> ./build/make-distribution.sh -Pspark-3.3
>> ```
>>
>> Thanks,
>> Kerwin Zhang
>>
>> Keyong Zhou  于2023年3月20日周一 15:46写道:
>>
>>
>> +1 (binding)
>>
>>
>> I checked
>>
>>
>> - git commit hash is correct.
>>
>> - links are valid.
>>
>> - "incubating" is in the name.
>>
>> - PGP keys are good.
>>
>> - hashes are correct.
>>
>> - LICENSE looks good.
>>
>> - NOTICE looks good.
>>
>> - DISCLAIMER exists.
>>
>> - build success from source code (macOS).
>>
>>
>> ```
>>
>> ./build/make-distribution.sh --release
>>
>> ```
>>
>>
>> Thanks,
>>
>> Keyong Zhou
>>
>>
>> On 2023/03/17 09:17:25 rexxiong wrote:
>>
>> > Hi Celeborn community,
>>
>> >
>>
>> > This is a call for a vote to release Apache Celeborn (Incubating)
>>
>> > 0.2.1-incubating-rc0
>>
>> >
>>
>> > The git tag to be voted upon:
>>
>> >
>> https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
>>
>> >
>>
>> > The git commit hash:
>>
>> > 93898d0020899ba7e98ededaad14a6043cec07c9
>>
>> >
>>
>> > The source and binary artifacts can be found at:
>>
>> >
>> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
>>
>> >
>>
>> > The staging repo:
>>
>> >
>> https://repository.apache.org/content/repositories/orgapacheceleborn-1010
>>
>> >
>>
>> > Fingerprint of the PGP key release artifacts are signed with:
>>
>> > B4AF9302A52006F3711C784388BDDBB8C6724EC9
>>
>> >
>>
>> > 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
>>
>> >
>>
>> > * Download links, checksums and PGP signatures are valid.
>>
>> > * Source code distributions have correct names matching the current
>> release.
>>
>> > * Release files have the word incubating in their name.
>>
>> > * DISCLAIMER, LICENSE and NOTICE files are correct.
>>
>> > * All files have license headers if necessary.
>>
>> > * No unlicensed compiled archives bundled in source archive.
>>
>> > * The source tarball matches the git tag.
>>
>> > * Build from source is successful.
>>
>> >
>>
>> > Thanks,
>>
>> > rexxiong
>>
>> >
>>
>>


Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-23 Thread Cheng Pan
 It’s time to close the voting and move forward

Thanks,
Cheng Pan


On Mar 20, 2023 at 18:03:42, kerwin zhang  wrote:

> +1 (binding)
>
> I checked
>
> - PGP signatures are valid.
> wget https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
> gpg --import KEYS
> gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
> gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
> - checksums are correct.
> sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
> sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
> - LICENSE and NOTICE files exist.
> - DISCLAIMER file exists.
> - release files are in correct location.
> - release files have the word "incubating" in their name.
> - build success from source code (macOS).
>
> ```
> ./build/make-distribution.sh -Pspark-3.3
> ```
>
> Thanks,
> Kerwin Zhang
>
> Keyong Zhou  于2023年3月20日周一 15:46写道:
>
>
> +1 (binding)
>
>
> I checked
>
>
> - git commit hash is correct.
>
> - links are valid.
>
> - "incubating" is in the name.
>
> - PGP keys are good.
>
> - hashes are correct.
>
> - LICENSE looks good.
>
> - NOTICE looks good.
>
> - DISCLAIMER exists.
>
> - build success from source code (macOS).
>
>
> ```
>
> ./build/make-distribution.sh --release
>
> ```
>
>
> Thanks,
>
> Keyong Zhou
>
>
> On 2023/03/17 09:17:25 rexxiong wrote:
>
> > Hi Celeborn community,
>
> >
>
> > This is a call for a vote to release Apache Celeborn (Incubating)
>
> > 0.2.1-incubating-rc0
>
> >
>
> > The git tag to be voted upon:
>
> >
> https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
>
> >
>
> > The git commit hash:
>
> > 93898d0020899ba7e98ededaad14a6043cec07c9
>
> >
>
> > The source and binary artifacts can be found at:
>
> >
> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
>
> >
>
> > The staging repo:
>
> >
> https://repository.apache.org/content/repositories/orgapacheceleborn-1010
>
> >
>
> > Fingerprint of the PGP key release artifacts are signed with:
>
> > B4AF9302A52006F3711C784388BDDBB8C6724EC9
>
> >
>
> > 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
>
> >
>
> > * Download links, checksums and PGP signatures are valid.
>
> > * Source code distributions have correct names matching the current
> release.
>
> > * Release files have the word incubating in their name.
>
> > * DISCLAIMER, LICENSE and NOTICE files are correct.
>
> > * All files have license headers if necessary.
>
> > * No unlicensed compiled archives bundled in source archive.
>
> > * The source tarball matches the git tag.
>
> > * Build from source is successful.
>
> >
>
> > Thanks,
>
> > rexxiong
>
> >
>
>


Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-20 Thread kerwin zhang
+1 (binding)

I checked

- PGP signatures are valid.
wget https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
gpg --import KEYS
gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
- checksums are correct.
sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
- LICENSE and NOTICE files exist.
- DISCLAIMER file exists.
- release files are in correct location.
- release files have the word "incubating" in their name.
- build success from source code (macOS).

```
./build/make-distribution.sh -Pspark-3.3
```

Thanks,
Kerwin Zhang

Keyong Zhou  于2023年3月20日周一 15:46写道:
>
> +1 (binding)
>
> I checked
>
> - git commit hash is correct.
> - links are valid.
> - "incubating" is in the name.
> - PGP keys are good.
> - hashes are correct.
> - LICENSE looks good.
> - NOTICE looks good.
> - DISCLAIMER exists.
> - build success from source code (macOS).
>
> ```
> ./build/make-distribution.sh --release
> ```
>
> Thanks,
> Keyong Zhou
>
> On 2023/03/17 09:17:25 rexxiong wrote:
> > Hi Celeborn community,
> >
> > This is a call for a vote to release Apache Celeborn (Incubating)
> > 0.2.1-incubating-rc0
> >
> > The git tag to be voted upon:
> > https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
> >
> > The git commit hash:
> > 93898d0020899ba7e98ededaad14a6043cec07c9
> >
> > The source and binary artifacts can be found at:
> > https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
> >
> > The staging repo:
> > https://repository.apache.org/content/repositories/orgapacheceleborn-1010
> >
> > Fingerprint of the PGP key release artifacts are signed with:
> > B4AF9302A52006F3711C784388BDDBB8C6724EC9
> >
> > 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
> >
> > * Download links, checksums and PGP signatures are valid.
> > * Source code distributions have correct names matching the current release.
> > * Release files have the word incubating in their name.
> > * DISCLAIMER, LICENSE and NOTICE files are correct.
> > * All files have license headers if necessary.
> > * No unlicensed compiled archives bundled in source archive.
> > * The source tarball matches the git tag.
> > * Build from source is successful.
> >
> > Thanks,
> > rexxiong
> >


Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-20 Thread Keyong Zhou
+1 (binding)

I checked

- git commit hash is correct.
- links are valid.
- "incubating" is in the name.
- PGP keys are good.
- hashes are correct.
- LICENSE looks good.
- NOTICE looks good.
- DISCLAIMER exists.
- build success from source code (macOS).

```
./build/make-distribution.sh --release
```

Thanks,
Keyong Zhou

On 2023/03/17 09:17:25 rexxiong wrote:
> Hi Celeborn community,
> 
> This is a call for a vote to release Apache Celeborn (Incubating)
> 0.2.1-incubating-rc0
> 
> The git tag to be voted upon:
> https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
> 
> The git commit hash:
> 93898d0020899ba7e98ededaad14a6043cec07c9
> 
> The source and binary artifacts can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
> 
> The staging repo:
> https://repository.apache.org/content/repositories/orgapacheceleborn-1010
> 
> Fingerprint of the PGP key release artifacts are signed with:
> B4AF9302A52006F3711C784388BDDBB8C6724EC9
> 
> 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
> 
> * Download links, checksums and PGP signatures are valid.
> * Source code distributions have correct names matching the current release.
> * Release files have the word incubating in their name.
> * DISCLAIMER, LICENSE and NOTICE files are correct.
> * All files have license headers if necessary.
> * No unlicensed compiled archives bundled in source archive.
> * The source tarball matches the git tag.
> * Build from source is successful.
> 
> Thanks,
> rexxiong
> 


Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-19 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

- signatures are good.
```
gpg --import KEYS
gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
```
- checksums are good.
```
sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
```
- build success from source code.
```
./build/make-distribution.sh -Pspark-3.2
```

wangsheng <[email protected]> 于2023年3月20日周一 10:16写道:
>
> +1(binding)
>
> Checked
>
> [Y] RELEASE, NOTICE, LINECE, DISCLAIMER files location correct.
> [Y] Checked Binary Package Git Revision =  v0.2.1-incubating-rc0 Git Revision
> [Y] Signatures and Checksums are valid.
> [Y] Run `./build/make-distribution.sh -Pspark-3.3` build binary success
> [Y] Build Docker Image with `docker build -f docker/Dockerfile .`
>
> > 2023年3月19日 下午5:43,Cheng Pan  写道:
> >
> > +1 (binding)
> >
> > I have checked the followings:
> >
> > - signatures and checksums are valid.
> > - release artifacts include incubating in their name.
> > - DISCLAIMER exists in release artifacts.
> > - LICENSE and NOTICE look good to me.
> > - build from source succeeded.
> >
> > FYI @Zhongqiang Chen,
> >
> > - During incubating phase, the first round release voting in dev@celeborn
> > channel, PPMC members' (including Mentors) vote is binding, Committer
> > voting is not binding; and the second round voting in general@incubator
> > channel, only IPMC members’ vote is binding.
> > - Better to use your apache mail account for voting.
> >
> > Thanks,
> > Cheng Pan
> >
> >
> > On Mar 19, 2023 at 13:19:44, Ethan Feng  wrote:
> >
> >> +1 (binding)
> >>
> >> I checked the following items.
> >>
> >> [√] incubating in name
> >> [√] signature and hash fine
> >> [√] DISCLAIMER is fine
> >> [√] LICENSE and NOTICE are fine
> >> [√] No unexpected binary files
> >> [√] All source files have ASF headers
> >> [√] Can be built from source(profile spark-3.3)
> >> [√] Maven artifacts are fine
> >>
> >>
> >> Thanks,
> >> Ethan Feng
> >>
> >> 陈中强  于2023年3月19日周日 10:12写道:
> >>
> >>
> >> +1 (binding)
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> I have checked the followings:
> >>
> >>
> >>
> >>
> >>
> >> 1. PGP signatures are valid.
> >>
> >>
> >>wget
> >> https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
> >>
> >>
> >>gpg --import KEYS
> >>
> >>
> >>gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
> >>
> >>
> >>gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
> >>
> >>
> >>
> >>
> >>
> >> 2. checksums are correct.
> >>
> >>
> >>sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
> >>
> >>
> >>sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
> >>
> >>
> >>
> >>
> >>
> >> 3. Source code distributions have correct names matching the current
> >> release.
> >>
> >>
> >>
> >>
> >>
> >> 4. Release files have the word incubating in their name.
> >>
> >>
> >>
> >>
> >>
> >> 5. DISCLAIMER, LICENSE and NOTICE files are correct.
> >>
> >>
> >>
> >>
> >>
> >> 6. All files have license headers if necessary.
> >>
> >>
> >>
> >>
> >>
> >> 7. No unlicensed compiled archives bundled in source archive.
> >>
> >>
> >>
> >>
> >>
> >> 8. The source tarball matches the git tag.
> >>
> >>
> >>
> >>
> >>
> >> 9. Build from source is successful.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> At 2023-03-17 17:17:25, "rexxiong"  wrote:
> >>
> >>> Hi Celeborn community,
> >>
> >>>
> >>
> >>> This is a call for a vote to release Apache Celeborn (Incubating)
> >>
> >>> 0.2.1-incubating-rc0
> >>
> >>>
> >>
> >>> The git tag to be voted upon:
> >>
> >>>
> >> https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
> >>
> >>>
> >>
> >>> The git commit hash:
> >>
> >>> 93898d0020899ba7e98ededaad14a6043cec07c9
> >>
> >>>
> >>
> >>> The source and binary artifacts can be found at:
> >>
> >>>
> >> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
> >>
> >>>
> >>
> >>> The staging repo:
> >>
> >>> https://repository.apache.org/content/repositories/orgapacheceleborn-1010
> >>
> >>>
> >>
> >>> Fingerprint of the PGP key release artifacts are signed with:
> >>
> >>> B4AF9302A52006F3711C784388BDDBB8C6724EC9
> >>
> >>>
> >>
> >>> 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

Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-19 Thread wangsheng
+1(binding)

Checked

[Y] RELEASE, NOTICE, LINECE, DISCLAIMER files location correct.
[Y] Checked Binary Package Git Revision =  v0.2.1-incubating-rc0 Git Revision
[Y] Signatures and Checksums are valid.
[Y] Run `./build/make-distribution.sh -Pspark-3.3` build binary success
[Y] Build Docker Image with `docker build -f docker/Dockerfile .`
 
> 2023年3月19日 下午5:43,Cheng Pan  写道:
> 
> +1 (binding)
> 
> I have checked the followings:
> 
> - signatures and checksums are valid.
> - release artifacts include incubating in their name.
> - DISCLAIMER exists in release artifacts.
> - LICENSE and NOTICE look good to me.
> - build from source succeeded.
> 
> FYI @Zhongqiang Chen,
> 
> - During incubating phase, the first round release voting in dev@celeborn
> channel, PPMC members' (including Mentors) vote is binding, Committer
> voting is not binding; and the second round voting in general@incubator
> channel, only IPMC members’ vote is binding.
> - Better to use your apache mail account for voting.
> 
> Thanks,
> Cheng Pan
> 
> 
> On Mar 19, 2023 at 13:19:44, Ethan Feng  wrote:
> 
>> +1 (binding)
>> 
>> I checked the following items.
>> 
>> [√] incubating in name
>> [√] signature and hash fine
>> [√] DISCLAIMER is fine
>> [√] LICENSE and NOTICE are fine
>> [√] No unexpected binary files
>> [√] All source files have ASF headers
>> [√] Can be built from source(profile spark-3.3)
>> [√] Maven artifacts are fine
>> 
>> 
>> Thanks,
>> Ethan Feng
>> 
>> 陈中强  于2023年3月19日周日 10:12写道:
>> 
>> 
>> +1 (binding)
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> I have checked the followings:
>> 
>> 
>> 
>> 
>> 
>> 1. PGP signatures are valid.
>> 
>> 
>>wget
>> https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
>> 
>> 
>>gpg --import KEYS
>> 
>> 
>>gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
>> 
>> 
>>gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
>> 
>> 
>> 
>> 
>> 
>> 2. checksums are correct.
>> 
>> 
>>sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
>> 
>> 
>>sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
>> 
>> 
>> 
>> 
>> 
>> 3. Source code distributions have correct names matching the current
>> release.
>> 
>> 
>> 
>> 
>> 
>> 4. Release files have the word incubating in their name.
>> 
>> 
>> 
>> 
>> 
>> 5. DISCLAIMER, LICENSE and NOTICE files are correct.
>> 
>> 
>> 
>> 
>> 
>> 6. All files have license headers if necessary.
>> 
>> 
>> 
>> 
>> 
>> 7. No unlicensed compiled archives bundled in source archive.
>> 
>> 
>> 
>> 
>> 
>> 8. The source tarball matches the git tag.
>> 
>> 
>> 
>> 
>> 
>> 9. Build from source is successful.
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> At 2023-03-17 17:17:25, "rexxiong"  wrote:
>> 
>>> Hi Celeborn community,
>> 
>>> 
>> 
>>> This is a call for a vote to release Apache Celeborn (Incubating)
>> 
>>> 0.2.1-incubating-rc0
>> 
>>> 
>> 
>>> The git tag to be voted upon:
>> 
>>> 
>> https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
>> 
>>> 
>> 
>>> The git commit hash:
>> 
>>> 93898d0020899ba7e98ededaad14a6043cec07c9
>> 
>>> 
>> 
>>> The source and binary artifacts can be found at:
>> 
>>> 
>> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
>> 
>>> 
>> 
>>> The staging repo:
>> 
>>> https://repository.apache.org/content/repositories/orgapacheceleborn-1010
>> 
>>> 
>> 
>>> Fingerprint of the PGP key release artifacts are signed with:
>> 
>>> B4AF9302A52006F3711C784388BDDBB8C6724EC9
>> 
>>> 
>> 
>>> 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
>> 
>>> 
>> 
>>> * Download links, checksums and PGP signatures are valid.
>> 
>>> * Source code distributions have correct names matching the current
>> release.
>> 
>>> * Release files have the word incubating in their name.
>> 
>>> * DISCLAIMER, LICENSE and NOTICE files are correct.
>> 
>>> * All files have license headers if necessary.
>> 
>>> * No unlicensed compiled archives bundled in source archive.
>> 
>>> * The source tarball matches the git tag.
>> 
>>> * Build from source is successful.
>> 
>>> 
>> 
>>> Thanks,
>> 
>>> rexxiong
>> 
>> 



Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-19 Thread Cheng Pan
 +1 (binding)

I have checked the followings:

- signatures and checksums are valid.
- release artifacts include incubating in their name.
- DISCLAIMER exists in release artifacts.
- LICENSE and NOTICE look good to me.
- build from source succeeded.

FYI @Zhongqiang Chen,

- During incubating phase, the first round release voting in dev@celeborn
channel, PPMC members' (including Mentors) vote is binding, Committer
voting is not binding; and the second round voting in general@incubator
channel, only IPMC members’ vote is binding.
- Better to use your apache mail account for voting.

Thanks,
Cheng Pan


On Mar 19, 2023 at 13:19:44, Ethan Feng  wrote:

> +1 (binding)
>
> I checked the following items.
>
> [√] incubating in name
> [√] signature and hash fine
> [√] DISCLAIMER is fine
> [√] LICENSE and NOTICE are fine
> [√] No unexpected binary files
> [√] All source files have ASF headers
> [√] Can be built from source(profile spark-3.3)
> [√] Maven artifacts are fine
>
>
> Thanks,
> Ethan Feng
>
> 陈中强  于2023年3月19日周日 10:12写道:
>
>
> +1 (binding)
>
>
>
>
>
>
>
>
> I have checked the followings:
>
>
>
>
>
> 1. PGP signatures are valid.
>
>
> wget
> https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
>
>
> gpg --import KEYS
>
>
> gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
>
>
> gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
>
>
>
>
>
> 2. checksums are correct.
>
>
> sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
>
>
> sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
>
>
>
>
>
> 3. Source code distributions have correct names matching the current
> release.
>
>
>
>
>
> 4. Release files have the word incubating in their name.
>
>
>
>
>
> 5. DISCLAIMER, LICENSE and NOTICE files are correct.
>
>
>
>
>
> 6. All files have license headers if necessary.
>
>
>
>
>
> 7. No unlicensed compiled archives bundled in source archive.
>
>
>
>
>
> 8. The source tarball matches the git tag.
>
>
>
>
>
> 9. Build from source is successful.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> At 2023-03-17 17:17:25, "rexxiong"  wrote:
>
> >Hi Celeborn community,
>
> >
>
> >This is a call for a vote to release Apache Celeborn (Incubating)
>
> >0.2.1-incubating-rc0
>
> >
>
> >The git tag to be voted upon:
>
> >
> https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
>
> >
>
> >The git commit hash:
>
> >93898d0020899ba7e98ededaad14a6043cec07c9
>
> >
>
> >The source and binary artifacts can be found at:
>
> >
> https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
>
> >
>
> >The staging repo:
>
> >https://repository.apache.org/content/repositories/orgapacheceleborn-1010
>
> >
>
> >Fingerprint of the PGP key release artifacts are signed with:
>
> >B4AF9302A52006F3711C784388BDDBB8C6724EC9
>
> >
>
> >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
>
> >
>
> >* Download links, checksums and PGP signatures are valid.
>
> >* Source code distributions have correct names matching the current
> release.
>
> >* Release files have the word incubating in their name.
>
> >* DISCLAIMER, LICENSE and NOTICE files are correct.
>
> >* All files have license headers if necessary.
>
> >* No unlicensed compiled archives bundled in source archive.
>
> >* The source tarball matches the git tag.
>
> >* Build from source is successful.
>
> >
>
> >Thanks,
>
> >rexxiong
>
>


Re: [VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-18 Thread Ethan Feng
+1 (binding)

I checked the following items.

[√] incubating in name
[√] signature and hash fine
[√] DISCLAIMER is fine
[√] LICENSE and NOTICE are fine
[√] No unexpected binary files
[√] All source files have ASF headers
[√] Can be built from source(profile spark-3.3)
[√] Maven artifacts are fine


Thanks,
Ethan Feng

陈中强  于2023年3月19日周日 10:12写道:
>
> +1 (binding)
>
>
>
>
>
>
>
> I have checked the followings:
>
>
>
>
> 1. PGP signatures are valid.
>
> wget https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS
>
> gpg --import KEYS
>
> gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc
>
> gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc
>
>
>
>
> 2. checksums are correct.
>
> sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512
>
> sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512
>
>
>
>
> 3. Source code distributions have correct names matching the current release.
>
>
>
>
> 4. Release files have the word incubating in their name.
>
>
>
>
> 5. DISCLAIMER, LICENSE and NOTICE files are correct.
>
>
>
>
> 6. All files have license headers if necessary.
>
>
>
>
> 7. No unlicensed compiled archives bundled in source archive.
>
>
>
>
> 8. The source tarball matches the git tag.
>
>
>
>
> 9. Build from source is successful.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> At 2023-03-17 17:17:25, "rexxiong"  wrote:
> >Hi Celeborn community,
> >
> >This is a call for a vote to release Apache Celeborn (Incubating)
> >0.2.1-incubating-rc0
> >
> >The git tag to be voted upon:
> >https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
> >
> >The git commit hash:
> >93898d0020899ba7e98ededaad14a6043cec07c9
> >
> >The source and binary artifacts can be found at:
> >https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
> >
> >The staging repo:
> >https://repository.apache.org/content/repositories/orgapacheceleborn-1010
> >
> >Fingerprint of the PGP key release artifacts are signed with:
> >B4AF9302A52006F3711C784388BDDBB8C6724EC9
> >
> >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
> >
> >* Download links, checksums and PGP signatures are valid.
> >* Source code distributions have correct names matching the current release.
> >* Release files have the word incubating in their name.
> >* DISCLAIMER, LICENSE and NOTICE files are correct.
> >* All files have license headers if necessary.
> >* No unlicensed compiled archives bundled in source archive.
> >* The source tarball matches the git tag.
> >* Build from source is successful.
> >
> >Thanks,
> >rexxiong


Re:[VOTE] Release Apache Celeborn(Incubating) 0.2.1-incubating-rc0

2023-03-18 Thread 陈中强
+1 (binding)







I have checked the followings:




1. PGP signatures are valid.

wget https://dist.apache.org/repos/dist/release/incubator/celeborn/KEYS

gpg --import KEYS

gpg --verify apache-celeborn-0.2.1-incubating-bin.tgz.asc

gpg --verify apache-celeborn-0.2.1-incubating-source.tgz.asc




2. checksums are correct.

sha512sum --check apache-celeborn-0.2.1-incubating-bin.tgz.sha512 

sha512sum --check apache-celeborn-0.2.1-incubating-source.tgz.sha512 




3. Source code distributions have correct names matching the current release.




4. Release files have the word incubating in their name.




5. DISCLAIMER, LICENSE and NOTICE files are correct.




6. All files have license headers if necessary.




7. No unlicensed compiled archives bundled in source archive.




8. The source tarball matches the git tag.




9. Build from source is successful.

















At 2023-03-17 17:17:25, "rexxiong"  wrote:
>Hi Celeborn community,
>
>This is a call for a vote to release Apache Celeborn (Incubating)
>0.2.1-incubating-rc0
>
>The git tag to be voted upon:
>https://github.com/apache/incubator-celeborn/releases/tag/v0.2.1-incubating-rc0
>
>The git commit hash:
>93898d0020899ba7e98ededaad14a6043cec07c9
>
>The source and binary artifacts can be found at:
>https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.2.1-incubating-rc0
>
>The staging repo:
>https://repository.apache.org/content/repositories/orgapacheceleborn-1010
>
>Fingerprint of the PGP key release artifacts are signed with:
>B4AF9302A52006F3711C784388BDDBB8C6724EC9
>
>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
>
>* Download links, checksums and PGP signatures are valid.
>* Source code distributions have correct names matching the current release.
>* Release files have the word incubating in their name.
>* DISCLAIMER, LICENSE and NOTICE files are correct.
>* All files have license headers if necessary.
>* No unlicensed compiled archives bundled in source archive.
>* The source tarball matches the git tag.
>* Build from source is successful.
>
>Thanks,
>rexxiong