Re: Maven 'stuck' in service test compilation ?

2024-03-21 Thread Mridul Muralidharan
Hi Ethan, Thanks for checking ! It appears that my desktop java version had been upgraded, which resulted in the failures ... Reverting it back to java 8 fixed the issues seen. Regards, Mridul On Thu, Mar 21, 2024 at 7:27 AM Ethan Feng wrote: > Hi Mridul, > > I've tried your scripts on my

Re: Re: [ANNOUNCE] Add Chandni Singh as new committer

2024-03-21 Thread Cheng Pan
Welcome, and congrats! Thanks, Cheng Pan On Thu, Mar 21, 2024 at 7:46 PM Yihe Li wrote: > > Congratulations! > > Regards, > Yihe Li > > On 2024/03/21 11:21:52 Fu Chen wrote: > > Congratulations and thank you to Chandni for the contributions to the > > community! > > > > Regards, > > Fu Chen >

Re: Maven 'stuck' in service test compilation ?

2024-03-21 Thread Ethan Feng
Hi Mridul, I've tried your scripts on my local environment(JDK8) and the problem is not reproduced. Both Maven 3.8.8 and 3.9.6 are tested. Changing might help as I've encountered some maven bugs before. I think there needs more information about how to reproduce this problem, like the

Re: Re: [ANNOUNCE] Add Chandni Singh as new committer

2024-03-21 Thread Yihe Li
Congratulations! Regards, Yihe Li On 2024/03/21 11:21:52 Fu Chen wrote: > Congratulations and thank you to Chandni for the contributions to the > community! > > Regards, > Fu Chen > > Nicholas 于2024年3月21日周四 19:20写道: > > > > Congratulations Chandni. Well deserved! > > > > > > > > > > Regards,

Re: Re: [ANNOUNCE] Add Chandni Singh as new committer

2024-03-21 Thread Fu Chen
Congratulations and thank you to Chandni for the contributions to the community! Regards, Fu Chen Nicholas 于2024年3月21日周四 19:20写道: > > Congratulations Chandni. Well deserved! > > > > > Regards, > Nicholas Jiang > > > > > At 2024-03-21 19:16:25, "Shaoyun Chen" wrote: > >Congratulations! > > >

Re:Re: [ANNOUNCE] Add Chandni Singh as new committer

2024-03-21 Thread Nicholas
Congratulations Chandni. Well deserved! Regards, Nicholas Jiang At 2024-03-21 19:16:25, "Shaoyun Chen" wrote: >Congratulations! > >Mridul Muralidharan 于2024年3月21日周四 16:54写道: >> >> Congratulations Chandni ! Great job :-) >> >> Regards, >> Mridul >> >> >> On Thu, Mar 21, 2024 at 3:30 AM

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

Re: [ANNOUNCE] Add Chandni Singh as new committer

2024-03-21 Thread Mridul Muralidharan
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

[ANNOUNCE] Add Chandni Singh as new committer

2024-03-21 Thread Keyong Zhou
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

Maven 'stuck' in service test compilation ?

2024-03-21 Thread Mridul Muralidharan
Hi, I am observing that a maven build gets 'stuck' when compiling "services" for running tests. Without tests, this goes through: $ ARGS="-Pspark-3.1"; ./build/mvn $ARGS clean 2>&1 | tee clean_output.txt && ./build/mvn -DskipTests $ARGS package 2>&1 | tee build_output.txt This gets stuck