Re: [VOTE] Release Apache StreamPark(Incubating) 2.1.0-rc1

2023-05-07 Thread li gang
+1 (binding)
I checked
- Files have the word incubating in their name.
- Checksums and signatures are valid.
- DISCLAIMER,LICENSE and NOTICE files exist.
- No Unexpected Binary Files in the source release.

Chunjin Mu  于2023年5月5日周五 23:48写道:

> Hello Incubator Community:
>
> This is a call for a vote to release Apache StreamPark(Incubating) version
> 2.1.0-RC1.
> The Apache StreamPark community has voted on and approved a proposal to
> release Apache StreamPark(Incubating) version 2.1.0-RC1.
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
> Apache StreamPark, Make stream processing easier! easy-to-use streaming
> application development framework and operation platform.
>
> StreamPark community vote thread:
> https://lists.apache.org/thread/t01b2lbtqzyt7j4dsbdp5qjc3gngjsdq
>
> Vote result thread:
> https://lists.apache.org/thread/t5z58mvrs1drgzfyc48c9lhmd8skswn7
>
> The release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/
>
> Git tag for the release:
> https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1
>
> Maven artifacts are available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachestreampark-1012/
>
> The artifacts signed with PGP key [*05016886*], corresponding to
> [*muchun...@apache.org
> *], that can be found in keys file:
> https://downloads.apache.org/incubator/streampark/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 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
> • https://streampark.apache.org/community/release/how-to-verify
>
>
> How to Build:
>
> 1) clone source code:
> > git clone -b v2.1.0-rc1 g...@github.com:apache/incubator-streampark.git
>
> 2) build project:
> > cd incubator-streampark && sh ./build.sh
>
>
> Thanks,
>
> On behalf of Apache StreamPark(Incubating) community
>
>
> Best,
> ChunJin Mu
>


-- 


--
Best Regards

DolphinScheduler PMC
Gang Li 李岗

lgcar...@apache.org


Re: [VOTE] Release Apache StreamPark(Incubating) 2.1.0-rc1

2023-05-07 Thread tison
+1 (binding)

- LICENSE and NOTICE present
- DISCLAIMER present
- GPG sign is correct "muchunjin (for apache StreamPark release create at
20230501) "
- Checksum 512 match
- Build with JDK 8 & Scala 2.12 on macOS M1
- No binary files in the source release

Best,
tison.


Willem Jiang  于2023年5月7日周日 15:01写道:

> +1,
> I just ran the script with JDK11 to build the release kit from the
> source with the command without any error.
> Here is what I checked:
> - The checksums and signatures are validated.
> - The LICENSE and NOTICE files look good to me.
> - There is DISCLAIMER-WIP
> - No binary files in the source release
> - I can build the binary from the source kit.
>
> Thanks,
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
> On Sat, May 6, 2023 at 7:57 PM Chunjin Mu  wrote:
> >
> > Hello mentor, please see line 182 in the build.sh script, the latest
> > compilation command is as follows
> >
> > mvn -Pscala-2.11,shaded,webapp,dist -DskipTests clean install
> > mvn -Pscala-2.12,shaded,webapp,dist -DskipTests clean install
> >
> > Best,
> > ChunJin Mu
> >
> >
> > Willem Jiang  于2023年5月6日周六 19:13写道:
> >
> > > When I tried to build the artifact from the source, I got the below
> > > error. I cannot find
> > > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0 from the maven
> > > central repo.
> > >
> > >  Failed to execute goal on project streampark-common_2.12: Could not
> > > resolve dependencies for project
> > > org.apache.streampark:streampark-common_2.12:jar:2.1.0: The following
> > > artifacts could not be resolved:
> > > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0,
> > > org.apache.streampark:streampark-shaded-jackson:jar:1.0.0:
> > > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0 was not found
> > > in https://repo.maven.apache.org/maven2 during a previous attempt.
> > >
> > > Did I miss something?
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Fri, May 5, 2023 at 11:47 PM Chunjin Mu 
> wrote:
> > > >
> > > > Hello Incubator Community:
> > > >
> > > > This is a call for a vote to release Apache StreamPark(Incubating)
> > > version 2.1.0-RC1.
> > > > The Apache StreamPark community has voted on and approved a proposal
> to
> > > release Apache StreamPark(Incubating) version 2.1.0-RC1.
> > > > We now kindly request the Incubator PMC members review and vote on
> this
> > > incubator release.
> > > > Apache StreamPark, Make stream processing easier! easy-to-use
> streaming
> > > application development framework and operation platform.
> > > >
> > > > StreamPark community vote thread:
> > > > https://lists.apache.org/thread/t01b2lbtqzyt7j4dsbdp5qjc3gngjsdq
> > > >
> > > > Vote result thread:
> > > > https://lists.apache.org/thread/t5z58mvrs1drgzfyc48c9lhmd8skswn7
> > > >
> > > > The release candidate:
> > > >
> https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/
> > > >
> > > > Git tag for the release:
> > > >
> https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1
> > > >
> > > > Maven artifacts are available in a staging repository at:
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachestreampark-1012/
> > > >
> > > > The artifacts signed with PGP key [05016886], corresponding to [
> > > muchun...@apache.org], that can be found in keys file:
> > > > https://downloads.apache.org/incubator/streampark/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 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
> > > > • https://streampark.apache.org/community/release/how-to-verify
> > > >
> > > >
> > > > How to Build:
> > > >
> > > > 1) clone source code:
> > > > > git clone -b v2.1.0-rc1 g...@github.com:
> apache/incubator-streampark.git
> > > >
> > > > 2) build project:
> > > > > cd incubator-streampark && sh ./build.sh
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > On behalf of Apache StreamPark(Incubating) community
> > > >
> > > >
> > > > Best,
> > > > ChunJin Mu
> > >
>


Re: [VOTE] Release Apache StreamPark(Incubating) 2.1.0-rc1

2023-05-07 Thread Willem Jiang
+1,
I just ran the script with JDK11 to build the release kit from the
source with the command without any error.
Here is what I checked:
- The checksums and signatures are validated.
- The LICENSE and NOTICE files look good to me.
- There is DISCLAIMER-WIP
- No binary files in the source release
- I can build the binary from the source kit.

Thanks,

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem
On Sat, May 6, 2023 at 7:57 PM Chunjin Mu  wrote:
>
> Hello mentor, please see line 182 in the build.sh script, the latest
> compilation command is as follows
>
> mvn -Pscala-2.11,shaded,webapp,dist -DskipTests clean install
> mvn -Pscala-2.12,shaded,webapp,dist -DskipTests clean install
>
> Best,
> ChunJin Mu
>
>
> Willem Jiang  于2023年5月6日周六 19:13写道:
>
> > When I tried to build the artifact from the source, I got the below
> > error. I cannot find
> > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0 from the maven
> > central repo.
> >
> >  Failed to execute goal on project streampark-common_2.12: Could not
> > resolve dependencies for project
> > org.apache.streampark:streampark-common_2.12:jar:2.1.0: The following
> > artifacts could not be resolved:
> > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0,
> > org.apache.streampark:streampark-shaded-jackson:jar:1.0.0:
> > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0 was not found
> > in https://repo.maven.apache.org/maven2 during a previous attempt.
> >
> > Did I miss something?
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Fri, May 5, 2023 at 11:47 PM Chunjin Mu  wrote:
> > >
> > > Hello Incubator Community:
> > >
> > > This is a call for a vote to release Apache StreamPark(Incubating)
> > version 2.1.0-RC1.
> > > The Apache StreamPark community has voted on and approved a proposal to
> > release Apache StreamPark(Incubating) version 2.1.0-RC1.
> > > We now kindly request the Incubator PMC members review and vote on this
> > incubator release.
> > > Apache StreamPark, Make stream processing easier! easy-to-use streaming
> > application development framework and operation platform.
> > >
> > > StreamPark community vote thread:
> > > https://lists.apache.org/thread/t01b2lbtqzyt7j4dsbdp5qjc3gngjsdq
> > >
> > > Vote result thread:
> > > https://lists.apache.org/thread/t5z58mvrs1drgzfyc48c9lhmd8skswn7
> > >
> > > The release candidate:
> > > https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/
> > >
> > > Git tag for the release:
> > > https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1
> > >
> > > Maven artifacts are available in a staging repository at:
> > >
> > https://repository.apache.org/content/repositories/orgapachestreampark-1012/
> > >
> > > The artifacts signed with PGP key [05016886], corresponding to [
> > muchun...@apache.org], that can be found in keys file:
> > > https://downloads.apache.org/incubator/streampark/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 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
> > > • https://streampark.apache.org/community/release/how-to-verify
> > >
> > >
> > > How to Build:
> > >
> > > 1) clone source code:
> > > > git clone -b v2.1.0-rc1 g...@github.com:apache/incubator-streampark.git
> > >
> > > 2) build project:
> > > > cd incubator-streampark && sh ./build.sh
> > >
> > >
> > > Thanks,
> > >
> > > On behalf of Apache StreamPark(Incubating) community
> > >
> > >
> > > Best,
> > > ChunJin Mu
> >

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