Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Alexandre Vermeerbergen
Okay for this related to SHA512 files, which remains a mystery. Anyway I installed a cluster with Storm 2.5.0 RC2, and good news, I see a first improvement vs. Storm 2.5.0 RC1 : storm command no more complains because 'python' is not in PATH (I see now it seeks for python3, which is installed on m

Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Bipin Prasad
Thanks for pointing this out. I have reverted to using individual sha512 files - generated via sha512sum command. These have been pushed to svn link. On 2023/07/25 18:03:06 Alexandre Vermeerbergen wrote: > Thanks... but that's not quite usable unless one download *all artefacts*, > see: > > wge

Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Alexandre Vermeerbergen
Thanks... but that's not quite usable unless one download *all artefacts*, see: wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/sha512sums.sha512 /usr/bin/sha512sum -c sha5

Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Bipin Prasad
I have removed the .sha512 files generated via gpg and created one single sha512 file with all the checksums. Please check again. Thanks On 2023/07/25 17:27:14 Bipin Prasad wrote: > Looks like gpg does not generate checksum in the format expected by sha512sum. > sha512sum expects one line of the

Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Bipin Prasad
Looks like gpg does not generate checksum in the format expected by sha512sum. sha512sum expects one line of the format: space gpg generates: : So when I take the checksum file: apache-storm-2.5.0-src.zip: 8ABE6595 4C51B310 BA226021 29253788 0201BF9D 9

Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Bipin Prasad
The sha512 files were generated by "gpg --print-md SHA512" command. Will check why sha512sum does not think it is valid file. On 2023/07/25 16:50:50 Alexandre Vermeerbergen wrote: > Hello, > > Great ! > But I'm facing again an issue with SHA512 validation of the source archive: > > wget > http

Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Alexandre Vermeerbergen
Hello, Great ! But I'm facing again an issue with SHA512 validation of the source archive: wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.g

Re: Storm 2.5.0 Release Candidate Vote

2023-07-25 Thread Bipin Prasad
Storm Release candidate version 2.5.0 rc2 is here: https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2 Please vote on this release. 1. How to vote is described here: https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate 2. Release not