Re: Re: [VOTE] Contrinute Apache Celeborn CLI

2024-06-12 Thread Shaoyun Chen
+1

Keyong Zhou  于2024年6月12日周三 13:47写道:
>
> +1
>
> Thanks for the proposal!
>
> Regards,
> Keyong Zhou
>
> Nicholas Jiang  于2024年6月12日周三 13:02写道:
>
> > +1. Looking forward to Celeborn CLI.
> >
> >
> >
> >
> > Regards,
> >
> > Nicholas Jiang
> >
> >
> > At 2024-06-12 12:26:34, "Aravind Patnam"  wrote:
> > >Hi all,
> > >
> > >Sorry, this is the correct link to the Celeborn CLI CIP
> > ><
> > https://cwiki.apache.org/confluence/display/CELEBORN/CIP+7+-+Celeborn+CLI>
> > >.
> > >
> > >Thanks,
> > >Aravind
> > >
> > >On Tue, Jun 11, 2024 at 9:24 PM Aravind Patnam 
> > wrote:
> > >
> > >> Hi all,
> > >>
> > >> This is a call to vote to contribute the Celeborn CLI CIP
> > >> <
> > https://cwiki.apache.org/confluence/display/CELEBORN/Celeborn+Improvement+Proposals>
> > to
> > >> Apache Celeborn.
> > >>
> > >> Please do vote accordingly:
> > >> [ ] +1 approve
> > >> [ ] +0 no opinion
> > >> [ ] -1 disapprove (and the reason)
> > >>
> > >> Thanks once again!!
> > >>
> > >> Aravind
> > >>
> > >
> > >
> > >--
> > >Aravind K. Patnam
> >


Re: Re: Re: [DISCUSS] Time for 0.5.0

2024-05-27 Thread Shaoyun Chen
+1

Nicholas  于2024年5月27日周一 15:50写道:
>
> Hi Ethan Feng,
>
>
>
>
> Thanks for the confirm of dynamic config service. This makes sense to me. +1 
> for releasing 0.5.0.
>
>
>
>
> Regards,
>
> Nicholas Jiang
>
>
>
>
> 在 2024-05-27 15:10:05,"Ethan Feng"  写道:
> >Hi Nicholas,
> >
> >The dynamic config service is production-ready but the database-based
> >config server has not been tested in the production environment.
> >
> >Regards,
> >Ethan Feng
> >
> >Nicholas  于2024年5月26日周日 11:37写道:
> >>
> >> Hi Ethan Feng, thanks for driving volunteering to release 0.5.0. +1 for 
> >> releasing 0.5.0. BTW, is the dynamic config service also experimental or 
> >> production ready?
> >>
> >>
> >>
> >>
> >> Regards,
> >>
> >> Nicholas Jiang
> >>
> >>
> >> At 2024-05-24 20:11:02, "Keyong Zhou"  wrote:
> >> >+1 for releasing 0.5.0. But I think memory file storage is still
> >> >experimental.
> >> >
> >> >Regards,
> >> >Keyong Zhou
> >> >
> >> >Ethan Feng  于2024年5月24日周五 18:15写道:
> >> >
> >> >> Hello, Celeborn community,
> >> >>
> >> >> It has been 4 months since we released the last major version. Some
> >> >> new features, such as SSL support and memory file storage, are now
> >> >> ready. Several optimizations have been merged into the main branch.
> >> >> Many components are updated to the latest version.
> >> >>
> >> >> What do you think? I'm volunteering to be the release manager if no
> >> >> one else has applied.
> >> >>
> >> >> Thanks,
> >> >> Ethan Feng
> >> >>


Re: [VOTE] Release Apache Celeborn 0.4.1-rc1

2024-05-21 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

- signatures are good.
```
gpg --import KEYS
gpg --verify apache-celeborn-0.4.1-source.tgz.asc
gpg --verify apache-celeborn-0.4.1-bin.tgz.asc
```
- checksums are good.
```
sha512sum --check apache-celeborn-0.4.1-source.tgz.sha512
sha512sum --check apache-celeborn-0.4.1-bin.tgz.sha512
```
- build success from source code.
```
./build/make-distribution.sh --release
./build/make-distribution.sh --sbt-enabled --release
```

Ethan Feng  于2024年5月22日周三 10:43写道:
>
> CORRECTION:
> There is no DISCLAIMER in the tlp release. I revoke the mail that I just sent.
>
> +1(binding)
>
> I checked:
> √ release files in the correct location
> √ digital signature and hashes correct
> √ LICENSE and NOTICE files exist and are correct
> √ the contents of the release match the tag in VCS
> √ can build the release from the source
> √ maven artifacts look correct
>
> Thanks,
> Ethan Feng
>
> Ethan Feng  于2024年5月22日周三 10:32写道:
> >
> > +1(binding)
> >
> > I checked:
> > √ release files in the correct location
> > √ digital signature and hashes correct
> > √ DISCLAIMER file exist
> > √ LICENSE and NOTICE files exist and are correct
> > √ the contents of the release match the tag in VCS
> > √ can build the release from the source
> > √ maven artifacts look correct
> >
> > Thanks,
> > Ethan Feng
> >
> > Keyong Zhou  于2024年5月22日周三 10:25写道:
> > >
> > > +1 (binding)
> > >
> > > I checked
> > > - git commit hash is correct.
> > > - links are valid.
> > > - signatures are good.
> > > ```
> > > gpg --import KEYS
> > > gpg --verify apache-celeborn-0.4.1-bin.tgz.asc
> > > gpg --verify apache-celeborn-0.4.1-source.tgz.asc
> > > ```
> > > - checksums are good.
> > > ```
> > > sha512sum --check apache-celeborn-0.4.1-bin.tgz.sha512
> > > sha512sum --check apache-celeborn-0.4.1-source.tgz.sha512
> > > ```
> > > - LICENSE looks good.
> > > - NOTICE looks good.
> > > - build success from source code (macOS).
> > > ```
> > > ./build/make-distribution.sh --sbt-enabled --release
> > > ```
> > >
> > > I also tested performance, no regression:
> > > 1T TPCDS, 0.4.0 vs. 0.4.1: 2136s vs. 2127s
> > > 734G pure shuffle, 0.4.0 vs. 0.4.1: 10.3min vs. 10.3min
> > >
> > > Regards,
> > > Keyong Zhou
> > >
> > > Cheng Pan  于2024年5月21日周二 14:16写道:
> > >
> > > > +1
> > > >
> > > > I have rolled out this version to a small cluster for several days,
> > > > everything goes well so far.
> > > >
> > > > I checked the
> > > > org.apache.celeborn:celeborn-client-spark-3-shaded_2.12:0.4.1, it does 
> > > > not
> > > > pull transitive deps now. While there might be some issues with the
> > > > relocation of Guava classes, specifically, package
> > > > `com.google.thirdparty.publicsuffix` still be there.
> > > >
> > > > Thanks,
> > > > Cheng Pan
> > > >
> > > >
> > > > > On May 14, 2024, at 12:13, Nicholas Jiang 
> > > > wrote:
> > > > >
> > > > > Hi Celeborn community,
> > > > >
> > > > > This is a call for a vote to release Apache Celeborn
> > > > >
> > > > > 0.4.1-rc1
> > > > >
> > > > >
> > > > > The git tag to be voted upon:
> > > > >
> > > > > https://github.com/apache/celeborn/releases/tag/v0.4.1-rc1
> > > > >
> > > > > The git commit hash:
> > > > > 641180142c5ef36430a6afcd702c9487a6007458 source and binary artifacts 
> > > > > can
> > > > be
> > > > > found at:
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/celeborn/v0.4.1-rc1
> > > > >
> > > > > The staging repo:
> > > > >
> > > > >
> > > > https://repository.apache.org/content/repositories/orgapacheceleborn-1055
> > > > >
> > > > >
> > > > > Fingerprint of the PGP key release artifacts are signed with:
> > > > > D73CADC1DAB63BD3C770BB6D9476842D24B7C885
> > > > >
> > > > > My public key to verify signatures can be found in:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/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)
> > > > >
> > > > > 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.
> > > > > * 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.
> > > > >
> > > > > Regards,
> > > > > Nicholas Jiang
> > > >
> > > >
> > > >


Re: [ANNOUNCE] Add Mridul Muralidharan as new committer

2024-04-29 Thread Shaoyun Chen
Congratulations!

Mridul Muralidharan  于2024年4月29日周一 14:02写道:
>
> Thank you everyone :-)
> It has been a pleasure working with the Celeborn community, and I look
> forward to continuing to learn from and contribute to the project !
>
> Regards,
> Mridul
>
> On Mon, Apr 29, 2024 at 12:38 AM Fu Chen  wrote:
>
> > Congratulations and thank you to Mridul for the contributions to the
> > community!
> >
> > Regards,
> > Fu Chen
> >
> > Cheng Pan  于2024年4月29日周一 12:10写道:
> > >
> > > Congrats Mridul, your expertise in Spark kernel, and the Security area
> > are impressive.
> > >
> > > Thanks,
> > > Cheng Pan
> > >
> > >
> > > > On Apr 29, 2024, at 09:21, Keyong Zhou  wrote:
> > > >
> > > > Hi Celeborn Community,
> > > >
> > > > The Project Management Committee (PMC) for Apache Celeborn
> > > > has invited Mridul Muralidharan to become a committer and we are
> > pleased
> > > > to announce that he has accepted.
> > > >
> > > > Being a committer enables easier contribution to the
> > > > project since there is no need to go via the patch
> > > > submission process. This should enable better productivity.
> > > > A PMC member helps manage and guide the direction of the project.
> > > >
> > > > Please join me in congratulating Mridul Muralidharan!
> > > >
> > > > Regards,
> > > > Keyong Zhou
> > >
> >


Re: [DISCUSS] Time for 0.4.1

2024-04-12 Thread Shaoyun Chen
+1

Cheng Pan  于2024年4月12日周五 20:04写道:
>
> +1, we do need a patch release for 0.4
>
> Thanks,
> Cheng Pan
>
>
> > On Apr 12, 2024, at 19:59, Nicholas Jiang  wrote:
> >
> > Hey, Celeborn community,
> >
> >
> > It has been a while since the 0.4.0 release, and there are some critical 
> > fixes land branch-0.4, for example, [CELEBORN-1252][FOLLOWUP] Fix 
> > Worker#computeResourceConsumption NullPointerException for 
> > userResourceConsumption that does not contain given userIdentifier. From my 
> > perspective, it’s time to prepare for releasing 0.4.1.
> >
> >
> > WDYT? And I’m volunteering to be the release manager if no one has applied.
> >
> > Regards,
> > Nicholas Jiang
>
>


Re: [ANNOUNCE] Apache Celeborn is graduated to Top Level Project

2024-03-26 Thread Shaoyun Chen
Congratulations!

Ethan Feng  于2024年3月25日周一 20:50写道:
>
> Hello Celeborn community,
>
> I am glad to share that the ASF board has approved a resolution to
> graduate Celeborn into a full Top Level Project. Thank you all for
> your help in reaching this milestone.
>
> To transition from the Apache Incubator to a new TLP, there are a few
> action items[1] we need to complete the transition. I have opened an
> Umbrella Issue[2] to track the tasks, and you are welcome to take on
> the sub-tasks and leave comments if I have missed anything.
>
> Additionally, the GitHub repository migration is already complete[3].
> Please update your local git repository to track the new repo[4]. If
> you named the upstream as "apache", you can run the following command
> to complete the remote repo tracking migration.
>
> ` git remote set-url apache g...@github.com:apache/celeborn.git `
>
> Please find the relevant URLs below:
> [1] 
> https://incubator.apache.org/guides/transferring.html#life_after_graduation
> [2] https://github.com/apache/celeborn/issues/2415
> [3] https://issues.apache.org/jira/browse/INFRA-25635
> [4] https://github.com/apache/celeborn
>
> Thanks,
> Ethan Feng


Re: [ANNOUNCE] Add Chandni Singh as new committer

2024-03-21 Thread Shaoyun Chen
Congratulations!

Mridul Muralidharan  于2024年3月21日周四 16:54写道:
>
> Congratulations Chandni ! Great job :-)
>
> Regards,
> Mridul
>
>
> On Thu, Mar 21, 2024 at 3:30 AM Keyong Zhou  wrote:
>
> > Hi Celeborn Community,
> >
> > The Podling Project Management Committee (PPMC) for Apache Celeborn
> > has invited Chandni Singh to become a committer and we are pleased
> > to announce that she has accepted.
> >
> > Being a committer enables easier contribution to the
> > project since there is no need to go via the patch
> > submission process. This should enable better productivity.
> > A (P)PMC member helps manage and guide the direction of the project.
> >
> > Please join me in congratulating Chandni Singh!
> >
> > Thanks,
> > Keyong Zhou
> >


Re: [VOTE] Graduate Apache Celeborn (incubating) as a TLP - Community

2024-03-01 Thread Shaoyun Chen
+1

Mridul Muralidharan  于2024年3月1日周五 19:58写道:
>
> +1
>
> Regards,
> Mridul
>
>
> On Fri, Mar 1, 2024 at 4:35 AM Nicholas  wrote:
>
> >
> > +1.
> >
> >
> > Regards,
> > Nicholas Jiang
> >
> >
> >
> >
> > --
> > 发自我的网易邮箱手机智能版
> > 
> >
> >
> > - Original Message -
> > From: "Yu Li" 
> > To: dev@celeborn.apache.org
> > Sent: Fri, 1 Mar 2024 16:52:10 +0800
> > Subject: [VOTE] Graduate Apache Celeborn (incubating) as a TLP - Community
> >
> > Hi All,
> >
> > After a thorough discussion [1], I'd like to call a formal vote to
> > graduate Apache Celeborn (incubating) as a TLP. Below are some facts
> > and project highlights carried from [1] as well as the draft
> > resolution:
> >
> > - Currently, our community consists of 19 committers (including
> > mentors) from more than 10 companies, with 12 serving as PPMC members.
> > - So far, we have boasted 81 contributors.
> > - Throughout the incubation period, we've made 6 releases in 16
> > months, at a stable pace.
> > - We've had 6 different release managers to date.
> > - Our software is used in production by 10+ well known entities.
> > - As yet, we have opened 1,286 issues with 1,176 successfully resolved.
> > - We have submitted a total of 1,816 PRs, out of which 1,805 have been
> > merged or closed.
> > - Through self-assessment [2], we have met all maturity criteria as
> > outlined in [3].
> >
> > We've resolved all branding issues which include Logo, GitHub repo,
> > document, website, and others [4] [5].
> >
> > --
> > Establish the Apache Celeborn Project
> >
> > WHEREAS, the Board of Directors deems it to be in the best interests of
> > the Foundation and consistent with the Foundation's purpose to establish
> > a Project Management Committee charged with the creation and maintenance
> > of open-source software, for distribution at no charge to the public,
> > related to an intermediate data service for big data computing engines
> > to boost performance, stability, and flexibility.
> >
> > NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> > (PMC), to be known as the "Apache Celeborn Project", be and hereby is
> > established pursuant to Bylaws of the Foundation; and be it further
> >
> > RESOLVED, that the Apache Celeborn Project be and hereby is responsible
> > for the creation and maintenance of software related to an intermediate
> > data service for big data computing engines to boost performance,
> > stability, and flexibility; and be it further
> >
> > RESOLVED, that the office of "Vice President, Apache Celeborn" be and
> > hereby is created, the person holding such office to serve at the
> > direction of the Board of Directors as the chair of the Apache Celeborn
> > Project, and to have primary responsibility for management of the
> > projects within the scope of responsibility of the Apache Celeborn
> > Project; and be it further
> >
> > RESOLVED, that the persons listed immediately below be and hereby are
> > appointed to serve as the initial members of the Apache Celeborn
> > Project:
> >
> >  * Becket Qin
> >  * Cheng Pan 
> >  * Duo Zhang 
> >  * Ethan Feng
> >  * Fu Chen   
> >  * Jiashu Xiong  
> >  * Kerwin Zhang  
> >  * Keyong Zhou   
> >  * Lidong Dai
> >  * Willem Ning Jiang 
> >  * Wu Wei
> >  * Yi Zhu
> >  * Yu Li 
> >
> > NOW, THEREFORE, BE IT FURTHER RESOLVED, that Keyong Zhou be appointed to
> > the office of Vice President, Apache Celeborn, to serve in accordance
> > with and subject to the direction of the Board of Directors and the
> > Bylaws of the Foundation until death, resignation, retirement, removal
> > or disqualification, or until a successor is appointed; and be it
> > further
> >
> > RESOLVED, that the Apache Celeborn Project be and hereby is tasked with
> > the migration and rationalization of the Apache Incubator Celeborn
> > podling; and be it further
> >
> > RESOLVED, that all responsibilities pertaining to the Apache Incubator
> > Celeborn podling encumbered upon the Apache Incubator PMC are hereafter
> > discharged.
> > --
> >
> > Best Regards,
> > Yu
> >
> > [1] https://lists.apache.org/thread/z17rs0mw4nyv0s112dklmv7s3j053mby
> > [2]
> > https://cwiki.apache.org/confluence/display/CELEBORN/Apache+Maturity+Model+Assessment+for+Celeborn
> > [3]
> > https://community.apache.org/apache-way/apache-project-maturity-model.html
> > [4] https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-206
> > [5] https://whimsy.apache.org/pods/project/celeborn
> >


Re: [DISCUSS] Graduate Celeborn as TLP

2024-02-27 Thread Shaoyun Chen
+1

I have used celeborn in the company's production environment, thanks
to the celeborn community.

Fu Chen  于2024年2月27日周二 14:26写道:
>
> +1
>
> Thanks, Yu, for driving this, I look forward to seeing it successfully
> reach graduation.
>
> Thanks,
> Fu Chen
>
> rexxiong  于2024年2月27日周二 12:10写道:
> >
> > Hi Yu,
> >
> > +1, Celeborn is a diverse and active community and IMO it has gradually
> > become the infrastructure for big data computing engines, I am glad to see
> > celeborn is
> > ready for graduation.
> >
> >
> > Thanks,
> > Jiashu Xiong
> >
> > Yu Li  于2024年2月27日周二 12:08写道:
> >
> > > Thanks for pointing this out, Cheng. I will wait for the fix of these
> > > issues before starting the vote.
> > >
> > > Best Regards,
> > > Yu
> > >
> > > On Tue, 27 Feb 2024 at 11:14, Cheng Pan  wrote:
> > > >
> > > > Thanks, Yu, for driving this, overall I agree we can graduate and move
> > > forward.
> > > >
> > > > I just found there are minor issues on the Podling Website Checks[1],
> > > the PPMC is actively working on this.
> > > >
> > > > [1] https://whimsy.apache.org/pods/project/celeborn
> > > >
> > > > Thanks,
> > > > Cheng Pan
> > > >
> > > >
> > > > > On Feb 27, 2024, at 10:58, Nicholas Jiang 
> > > wrote:
> > > > >
> > > > > Hi Yu,
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > +1. Celeborn has active community with much contribution of developers
> > > and many company production practice including my company bilibili. It's
> > > time to start the graduation procedure. Forward to the graduation of 
> > > Apache
> > > Celeborn.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Regards,
> > > > >
> > > > > Nicholas Jiang
> > > > >
> > > > >
> > > > > At 2024-02-27 09:40:04, "Yu Li"  wrote:
> > > > >> Dear Celeborn Devs,
> > > > >>
> > > > >> We, the Celeborn community, began our incubation journey on October
> > > > >> 18, 2022. Since then, with the continuous efforts of you all, our
> > > > >> community has steadily developed and gradually matured, approaching
> > > > >> the graduation criteria [1]. Therefore, I'd like to call a discussion
> > > > >> to graduate Celeborn as TLP. Below are some statistics I collected,
> > > > >> please check it and let me know your thoughts.
> > > > >>
> > > > >> - Currently, our community consists of 19 committers (including
> > > > >> mentors) from more than 10 companies, with 12 serving as PPMC members
> > > > >> [2].
> > > > >> - So far, we have boasted 81 contributors.
> > > > >> - Throughout the incubation period, we've made 6 releases [3] in 16
> > > > >> months, at a stable pace.
> > > > >> - We've had 6 different release managers to date.
> > > > >> - Our software is used in production by 10+ well known entities [4].
> > > > >> - As yet, we have opened 1,286 issues with 1,176 successfully
> > > resolved [5].
> > > > >> - We have submitted a total of 1,816 PRs, out of which 1,805 have 
> > > > >> been
> > > > >> merged or closed [6].
> > > > >> - Through self-assessment [7], we have met all maturity criteria as
> > > > >> outlined in [1].
> > > > >>
> > > > >> And below is the drafted graduation resolution, JFYI:
> > > > >> --
> > > > >> Establish the Apache Celeborn Project
> > > > >>
> > > > >> WHEREAS, the Board of Directors deems it to be in the best interests
> > > of
> > > > >> the Foundation and consistent with the Foundation's purpose to
> > > establish
> > > > >> a Project Management Committee charged with the creation and
> > > maintenance
> > > > >> of open-source software, for distribution at no charge to the public,
> > > > >> related to an intermediate data service for big data computing 
> > > > >> engines
> > > > >> to boost performance, stability, and flexibility.
> > > > >>
> > > > >> NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> > > > >> (PMC), to be known as the "Apache Celeborn Project", be and hereby is
> > > > >> established pursuant to Bylaws of the Foundation; and be it further
> > > > >>
> > > > >> RESOLVED, that the Apache Celeborn Project be and hereby is
> > > responsible
> > > > >> for the creation and maintenance of software related to an
> > > intermediate
> > > > >> data service for big data computing engines to boost performance,
> > > > >> stability, and flexibility; and be it further
> > > > >>
> > > > >> RESOLVED, that the office of "Vice President, Apache Celeborn" be and
> > > > >> hereby is created, the person holding such office to serve at the
> > > > >> direction of the Board of Directors as the chair of the Apache
> > > Celeborn
> > > > >> Project, and to have primary responsibility for management of the
> > > > >> projects within the scope of responsibility of the Apache Celeborn
> > > > >> Project; and be it further
> > > > >>
> > > > >> RESOLVED, that the persons listed immediately below be and hereby are
> > > > >> appointed to serve as the initial members of the Apache Celeborn
> > > > >> Project:
> > > > >>
> > > > >> * Becket Qin
> > > > >> * Cheng Pan 
> > > 

Re: [ANNONCE] New PPMC member: Fu Chen

2024-02-19 Thread Shaoyun Chen
Congratulations!

Keyong Zhou  于2024年2月19日周一 21:16写道:
>
> Hi Celeborn Community,
>
> The Podling Project Management Committee (PPMC) for Apache Celeborn
> has invited Fu Chen to become our PPMC member and
> we are pleased to announce that he has accepted.
>
> Fu Chen has been actively contributing to Celeborn community for more then
> one year[1], including SBT build,
> performance improvement, code refactor, bug fixes, code reviews, design
> discussion, docs, etc.
>
> Please join me in congratulating Fu Chen!
>
> Being a committer enables easier contribution to the
> project since there is no need to go via the patch
> submission process. This should enable better productivity.
> A PPMC member helps manage and guide the direction of the project.
>
> [1] https://github.com/apache/incubator-celeborn/commits?author=cfmcgrady
>
> Thanks,
> On behalf of the Apache Celeborn PPMC


Re: [VOTE] Release Apache Celeborn(Incubating) 0.4.0-incubating-rc6

2024-01-31 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

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


Re: [VOTE] Release Apache Celeborn(Incubating) 0.4.0-incubating-rc4

2024-01-19 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

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

Nicholas  于2024年1月19日周五 17:58写道:
>
> +1 (non-binding)
>
> I have verified:
> - Git commit hash is correct.
> - Checksums and signatures are valid.
> - Download links are valid.
> - No binary files in the source release.
> - Built the binary from the source with command successfully: 
> ./build/make-distribution.sh -Pspark-3.1,flink-1.17. Regards,
>
> Nicholas Jiang
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> At 2024-01-18 21:40:22, "Fu Chen"  wrote:
> >Hi Celeborn community,
> >
> >This is a call for a vote to release Apache Celeborn (Incubating)
> >0.4.0-incubating-rc4
> >
> >
> >The git tag to be voted upon:
> >https://github.com/apache/incubator-celeborn/releases/tag/v0.4.0-incubating-rc4
> >
> >
> >The git commit hash:
> >8bc07466dd85a90216820617015e329fb806c7dd source and binary artifacts can be
> >found at:
> >https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.4.0-incubating-rc4
> >
> >
> >The staging repo:
> >https://repository.apache.org/content/repositories/orgapacheceleborn-1051
> >
> >
> >Fingerprint of the PGP key release artifacts are signed with:
> >92AF4750DAFCB5E25B5B83EA76F54B977EB5C09B
> >
> >
> >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.
> >
> >Please be aware that there has been a transition in the Celeborn project's
> >build tool, shifting from Maven to SBT. The SBT build documentation is
> >available
> >at https://celeborn.apache.org/docs/latest/developers/sbt/.
> >
> >For illustrative purposes:
> >
> >Packaging the project
> >```
> >./build/sbt clean package
> >```
> >
> >Creating the distribution
> >```
> >./build/make-distribution.sh --sbt-enabled --release
> >```
> >
> >Thanks,
> >Fu Chen


Re: [ANNOUNCE] Add Xiaofeng Jiang as new committer

2024-01-11 Thread Shaoyun Chen
Congrats!

Keyong Zhou  于2024年1月11日周四 17:03写道:
>
> Hi Celeborn Community,
>
> The Podling Project Management Committee (PPMC) for Apache Celeborn
> has invited Xiaofeng Jiang to become a committer and we are pleased
> to announce that he has accepted.
>
> Being a committer enables easier contribution to the
> project since there is no need to go via the patch
> submission process. This should enable better productivity.
> A (P)PMC member helps manage and guide the direction of the project.
>
> Please join me in congratulating Xiaofeng Jiang!
>
> Thanks,
> Keyong Zhou


Re: [VOTE] Release Apache Celeborn(Incubating) 0.4.0-incubating-rc3

2024-01-01 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

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

Keyong Zhou  于2024年1月2日周二 10:05写道:
>
> +1 (binding)
>
> I checked
> - git commit hash is correct.
> - links are valid.
> - "incubating" is in the name.
> - PGP keys are good.
> ```
>
> gpg --import KEYS
>
> gpg --verify apache-celeborn-0.4.0-incubating-source.tgz.asc
>
> gpg --verify apache-celeborn-0.4.0-incubating-bin.tgz.asc
> ```
> - hashes are correct.
> ```
>
> sha512sum --check apache-celeborn-0.4.0-incubating-source.tgz.sha512
>
> sha512sum --check apache-celeborn-0.4.0-incubating-bin.tgz.sha512
> ```
> - LICENSE looks good.
> - NOTICE looks good.
> - DISCLAIMER exists.
> - build success from source code. ``` ./build/make-distribution.sh
> --sbt-enabled --release ```
>
> Thanks,
> Keyong Zhou
>
> Fu Chen  于2024年1月1日周一 19:42写道:
>
> > Hi Celeborn community,
> >
> > This is a call for a vote to release Apache Celeborn (Incubating)
> > 0.4.0-incubating-rc3
> >
> >
> > The git tag to be voted upon:
> >
> > https://github.com/apache/incubator-celeborn/releases/tag/v0.4.0-incubating-rc3
> >
> >
> > The git commit hash:
> > 5d94bf9dea735650b90fc4959390da2bfc67fc37 source and binary artifacts can be
> > found at:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.4.0-incubating-rc3
> >
> >
> > The staging repo:
> > https://repository.apache.org/content/repositories/orgapacheceleborn-1050
> >
> >
> > Fingerprint of the PGP key release artifacts are signed with:
> > 92AF4750DAFCB5E25B5B83EA76F54B977EB5C09B
> >
> >
> > 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.
> >
> > Please be aware that there has been a transition in the Celeborn project's
> > build tool, shifting from Maven to SBT. The SBT build documentation is
> > available
> > at https://celeborn.apache.org/docs/latest/developers/sbt/.
> >
> > For illustrative purposes:
> >
> > Packaging the project
> > ```
> > ./build/sbt clean package
> > ```
> >
> > Creating the distribution
> > ```
> > ./build/make-distribution.sh --sbt-enabled --release
> > ```
> >
> > Thanks,
> > Fu Chen
> >


Re: [VOTE] Release Apache Celeborn(Incubating) 0.4.0-incubating-rc1

2023-12-24 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

- signatures are good.
```
gpg --import KEYS
gpg --verify apache-celeborn-0.4.0-incubating-source.tgz.asc
gpg --verify apache-celeborn-0.4.0-incubating-bin.tgz.asc
```
- checksums are good.
```
sha512sum --check apache-celeborn-0.4.0-incubating-source.tgz.sha512
sha512sum --check apache-celeborn-0.4.0-incubating-bin.tgz.sha512
```
- build success from source code.
```
./build/make-distribution.sh --release
./build/make-distribution.sh --sbt-enabled --release
```
time
```
./build/make-distribution.sh --release 1779.60s user 89.17s system
311% cpu 10:00.60 total
```
```
./build/make-distribution.sh --sbt-enabled --release 893.63s user
40.47s system 361% cpu 4:18.59 total
```

Yihe Li  于2023年12月25日周一 11:48写道:
>
> +1 (non-binding)
> I checked the following things:
> - git commit hash is correct.
> - download links are valid.
> - release files are in correct location.
> - release files have the word incubating in their name.
> - signatures and checksums are good.
> - DISCLAIMER, LICENSE and NOTICE files exist.
> - build success from source code(ubuntu 16.04).
> ```
> ./build/make-distribution.sh --release
> ./build/make-distribution.sh -Pspark-3.3
> ```
>
> Thanks,
> Yihe Li
>
> On 2023/12/25 02:15:00 Ethan Feng wrote:
> > +1(binding)
> >
> > I checked:
> > √ release files in the correct location
> > √ release files have the word incubating
> > √ digital signature and hashes correct
> > √ DISCLAIMER file exist
> > √ LICENSE and NOTICE files exist and are correct
> > √ the contents of the release match the tag in VCS
> > √ can build the release from the source
> > √ maven artifacts look correct
> >
> >
> > Thanks,
> > Ethan Feng
> >
> > Fu Chen  于2023年12月23日周六 00:05写道:
> > >
> > > Hi Celeborn community,
> > >
> > > This is a call for a vote to release Apache Celeborn (Incubating)
> > > 0.4.0-incubating-rc1
> > >
> > >
> > > The git tag to be voted upon:
> > > https://github.com/apache/incubator-celeborn/releases/tag/v0.4.0-incubating-rc1
> > >
> > >
> > > The git commit hash:
> > > 6efa068c6715e80e4ddee6bc37d6aaf5bf5251fa source and binary artifacts can 
> > > be
> > > found at:
> > > https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.4.0-incubating-rc1
> > >
> > >
> > > The staging repo:
> > > https://repository.apache.org/content/repositories/orgapacheceleborn-1047
> > >
> > >
> > > Fingerprint of the PGP key release artifacts are signed with:
> > > 92AF4750DAFCB5E25B5B83EA76F54B977EB5C09B
> > >
> > >
> > > 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.
> > >
> > > Please be aware that there has been a transition in the Celeborn project's
> > > build tool, shifting from Maven to SBT. The SBT build documentation is
> > > available
> > > at https://celeborn.apache.org/docs/latest/developers/sbt/.
> > >
> > > For illustrative purposes:
> > >
> > > Packaging the project
> > > ```
> > > ./build/sbt clean package
> > > ```
> > >
> > > Creating the distribution
> > > ```
> > > ./build/make-distribution.sh --sbt-enabled --release
> > > ```
> > >
> > > Thanks,
> > > Fu Chen
> >


Re: [VOTE] Release Apache Celeborn(Incubating) 0.3.2-incubating-rc1

2023-12-21 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

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

rexxiong  于2023年12月22日周五 11:09写道:
>
> +1 (binding)
> I checked
> - Download links are valid.
> - git commit hash is correct
> - Checksums and signatures are valid.
> - No binary files in the source release
> - Files have the word incubating in their name.
> - DISCLAIMER,LICENSE and NOTICE files exist.
>
> Thanks,
> Jiashu Xiong
>
> Fu Chen  于2023年12月21日周四 21:57写道:
>
> > +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.2-incubating-source.tgz.asc
> > gpg --verify apache-celeborn-0.3.2-incubating-bin.tgz.asc
> > ```
> > - checksums are good.
> > ```
> > sha512sum --check apache-celeborn-0.3.2-incubating-source.tgz.sha512
> > sha512sum --check apache-celeborn-0.3.2-incubating-bin.tgz.sha512
> > ```
> > - build success from source code (Pop!_OS 22.04 LTS).
> > ```
> > ./build/mvn clean package -DskipTests -Pspark-3.4
> > ```
> >
> > Keyong Zhou  于2023年12月21日周四 16:55写道:
> >
> > > +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
> > >
> > > Nicholas Jiang  于2023年12月21日周四 14:06写道:
> > >
> > > > Hi Celeborn community,
> > > >
> > > >
> > > > This is a call for a vote to release Apache Celeborn (Incubating)
> > > > 0.3.2-incubating-rc1
> > > >
> > > >
> > > > The git tag to be voted upon:
> > > >
> > > >
> > >
> > https://github.com/apache/incubator-celeborn/releases/tag/v0.3.2-incubating-rc1
> > > >
> > > >
> > > > The git commit hash:
> > > > bce190d8a0a53434ef57ef33e53720f5bf4d14d6 source and binary artifacts
> > can
> > > be
> > > > found at:
> > > >
> > > >
> > >
> > https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.3.2-incubating-rc1
> > > >
> > > >
> > > > The staging repo:
> > > >
> > >
> > https://repository.apache.org/content/repositories/orgapacheceleborn-1045
> > > >
> > > >
> > > > Fingerprint of the PGP key release artifacts are signed with:
> > > > D73CADC1DAB63BD3C770BB6D9476842D24B7C885
> > > >
> > > >
> > > > 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.
> > > >
> > > >
> > > > Regards,
> > > > Nicholas Jiang
> > >
> >


Re: [DISCUSS] Time for 0.3.2

2023-12-06 Thread Shaoyun Chen
+1  thanks Nicholas.

Mridul Muralidharan  于2023年12月7日周四 15:03写道:
>
> +1 on 0.3.2, thanks Nicholas !
>
> Regards,
> Mridul
>
>
> On Thu, Dec 7, 2023 at 12:51 AM Cheng Pan  wrote:
>
> > +1, thanks for volunteering.
> >
> > Feel free to ping me if you encounter permission issues during the release
> > phase.
> >
> > Thanks,
> > Cheng Pan
> >
> >
> > > On Dec 7, 2023, at 14:31, Nicholas  wrote:
> > >
> > > Hey, Celeborn community,
> > >
> > > It has been a while since the 0.3.1 release, and there are some critical
> > fixes land branch-0.3, for example, [CELEBORN-1037] Incorrect output for
> > metrics of Prometheus. From my perspective, it’s time to prepare for
> > releasing 0.3.2.
> > >
> > > WDYT? And I’m volunteering to be the release manager if no one has
> > applied.
> > >
> > > Regards,
> > > Nicholas Jiang
> >
> >
> >


Re: [ANNOUNCE] Add Yihe Li as new committer

2023-11-16 Thread Shaoyun Chen
Congrats!

Keyong Zhou  于2023年11月16日周四 20:25写道:
>
> Hi Celeborn Community,
>
> The Podling Project Management Committee (PPMC) for Apache Celeborn
> has invited Yihe Li to become a committer and we are pleased
> to announce that he has accepted.
>
> Being a committer enables easier contribution to the
> project since there is no need to go via the patch
> submission process. This should enable better productivity.
> A (P)PMC member helps manage and guide the direction of the project.
>
> Please join me in congratulating Yihe Li!
>
> Thanks,
> Keyong Zhou


Re: [VOTE] Release Apache Celeborn(Incubating) 0.3.1-incubating-rc3

2023-10-01 Thread Shaoyun Chen
+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  于2023年9月28日周四 21:55写道:

> +CC PJ Fanning and Duo Zhang, since you found license issue in previous RC
> vote[1]
>
> lists.apache.org
> 
> [image: favicon.ico]
> 
> 
>
>
> On Sep 28, 2023, at 21:52, Cheng Pan  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
>
>
>


favicon.ico
Description: Binary data


Re: [VOTE] Release Apache Celeborn(Incubating) 0.3.1-incubating-rc2

2023-09-11 Thread Shaoyun Chen
+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
```

Keyong Zhou  于2023年9月12日周二 09:57写道:
>
> +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
>
> rexxiong  于2023年9月11日周一 22:08写道:
>
> > +1 (binding)
> > I checked
> > - Download links are valid.
> > - git commit hash is correct
> > - Checksums and signatures are valid.
> > - No binary files in the source release
> > - Files have the word incubating in their name.
> > - DISCLAIMER,LICENSE and NOTICE files exist.
> > - Successfully built the binary from the source on MacOs with Command:
> > ./build/make-distribution.sh --release
> >
> > Thanks,
> > Jiashu Xiong
> >
> > Cheng Pan  于2023年9月11日周一 16:27写道:
> >
> > > Hi Celeborn community,
> > >
> > > This is a call for a vote to release Apache Celeborn (Incubating)
> > > 0.3.1-incubating-rc2
> > >
> > > The git tag to be voted upon:
> > >
> > >
> > https://github.com/apache/incubator-celeborn/releases/tag/v0.3.1-incubating-rc2
> > >
> > > The git commit hash:
> > > 7ec5596748af49ef9cb429d08550e89d94d5cc74
> > >
> > > The source and binary artifacts can be found at:
> > >
> > >
> > https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.3.1-incubating-rc2
> > >
> > > The staging repo:
> > >
> > https://repository.apache.org/content/repositories/orgapacheceleborn-1039
> > >
> > > 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
> >


Re: [VOTE] Release Apache Celeborn(Incubating) 0.3.0-incubating-rc2

2023-07-20 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

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

angers zhu  于2023年7月20日周四 11:28写道:
>
> +1 (binding)
>
> checked
>
> -- build doc and check content and link
> -- build with flink profile
>
> rexxiong  于2023年7月20日周四 10:04写道:
>
> > +1 (binding)
> > I checked
> > - Download links are valid.
> > - git commit hash is correct
> > - Checksums and signatures are valid.
> > - No binary files in the source release
> > - Files have the word incubating in their name.
> > - DISCLAIMER,LICENSE and NOTICE files exist.
> > - Successfully built the binary from the source on CentOS Linux with
> > Command: ./build/make-distribution.sh --release
> >
> > Thanks,
> > Jiashu Xiong
> >
> > angers zhu  于2023年7月19日周三 17:59写道:
> >
> > > +1 checked
> > >
> > > -- build doc and check content and link
> > > -- build with flink profile
> > >
> > >
> > > Binjie Yang  于2023年7月19日周三 15:56写道:
> > >
> > > > +1, checked:
> > > >
> > > > -- build from source code by ./build/make-distribution.sh -Pspark-3.3
> > > > -- build docker image by binary's file docker/Dockerfile
> > > > -- checked git commit
> > > >
> > > > Thanks,
> > > > binjie yang
> > > >
> > > > On 2023/07/18 10:33:06 Zhongqiang Chen wrote:
> > > > > Hi Celeborn community,
> > > > >
> > > > > This is a call for a vote to release Apache Celeborn (Incubating)
> > > > > 0.3.0-incubating-rc2
> > > > >
> > > > > The git tag to be voted upon:
> > > > >
> > > >
> > >
> > https://github.com/apache/incubator-celeborn/releases/tag/v0.3.0-incubating-rc2
> > > > >
> > > > > The git commit hash:
> > > > > 6c5e3f8e7021f409b44e6352142d13e7ac3ffe93The source and binary
> > artifacts
> > > > can be found at:
> > > > >
> > > >
> > >
> > https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.3.0-incubating-rc2
> > > > >
> > > > > The staging repo:
> > > > >
> > > >
> > >
> > https://repository.apache.org/content/repositories/orgapacheceleborn-1036
> > > > >
> > > > > Fingerprint of the PGP key release artifacts are signed with:
> > > > > 4A99BC4356A17B2FCFDBF7EE220A9E2898A6A6D4
> > > > >
> > > > > 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,
> > > > > Zhongqiang Chen
> > > > >
> > > > >
> > > >
> > >
> >


Re: [VOTE] Release Apache Celeborn(Incubating) 0.3.0-incubating-rc1

2023-07-17 Thread Shaoyun Chen
+1 (non-binding)

I checked the following things:

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

Cheng Pan  于2023年7月17日周一 13:03写道:
>
> +1 (binding)
>
> I checked
>
> - signature and checksum of source artifacts are good
> - DISCLAIMER exists
> - artifacts' name contains "incubating"
> - no unexpected binary files inside source artifacts
> - building succeeded from source on Ubuntu 20.04 with OpenJDK 8
>  command: build/mvn clean package -DskipTests -Pspark-3.3
>
> Additionally, I tested it with 1T TeraSort[1], and everything looks fine.
>
> spark-submit \
>   --class io.github.pan3793.spark.terasort.TeraGen \
>   --packages io.github.pan3793:spark-terasort_2.12:2.0.0 \
>   spark-internal \
>   1t hdfs:///tmp/terasort_1t_in
>
> spark-submit \
>   --class io.github.pan3793.spark.terasort.TeraSort \
>   --packages io.github.pan3793:spark-terasort_2.12:2.0.0 \
>   spark-internal \
>   hdfs:///tmp/terasort_1t_in hdfs:///tmp/terasort_1t_out
>
> spark-submit \
>   --class io.github.pan3793.spark.terasort.TeraValidate \
>   --packages io.github.pan3793:spark-terasort_2.12:2.0.0 \
>   spark-internal \
>   hdfs:///tmp/terasort_1t_out
>
> [1] https://github.com/pan3793/spark-terasort
>
> Thanks,
> Cheng Pan
>
>
>
>
> > On Jul 15, 2023, at 07:59, Zhongqiang Chen  
> > wrote:
> >
> > Hi Celeborn community,
> >
> > This is a call for a vote to release Apache Celeborn (Incubating)
> > 0.3.0-incubating-rc1
> >
> > The git tag to be voted upon:
> > https://github.com/apache/incubator-celeborn/releases/tag/v0.3.0-incubating-rc1
> >
> > The git commit hash:
> > 6967a8c2fd61c82cad85019b1d4af95930d083caThe source and binary artifacts can 
> > be found at:
> > https://dist.apache.org/repos/dist/dev/incubator/celeborn/v0.3.0-incubating-rc1
> >
> > The staging repo:
> > https://repository.apache.org/content/repositories/orgapacheceleborn-1031/
> >
> > Fingerprint of the PGP key release artifacts are signed with:
> > 4A99BC4356A17B2FCFDBF7EE220A9E2898A6A6D4
> >
> > 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,
> > Zhongqiang Chen
> >
>


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 <2213335...@qq.com.invalid> 于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:
> >>
> >>>