Hi

I have created a build for Apache Druid 25.0.0, release candidate 2.

Thanks to everyone who has helped contribute to the release! You can read
the proposed release notes here:
https://github.com/apache/druid/issues/13592

The release candidate has been tagged in GitHub as druid-25.0.0-rc2
(9a78059ffbb22f0bf6074cd81b13078a2d4501bc),
available here:
https://github.com/apache/druid/releases/tag/druid-25.0.0-rc2

The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/druid/25.0.0-rc2/

A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachedruid-1039/

A Docker image containing the binary of the release candidate can be
retrieved via:
docker pull apache/druid:25.0.0-rc2

Artifact checksums:
src:
0002091f2f76d64315e1242e5f61cf07517add8af5e4e4739d06eeff93944064721843a4e9666c61cb4f1e8bf587c0a4669cea01fe8f894cb3ae1a09849dd565
bin:
16f917c1c12c8edf85cefd4ad2fb68bf74cdbbb83e791e15fd13e74af18f3fbfddcdfbae8ab3834dba71cd8d45c6fe3920fbe3c75b0e5d050f040332c8ce54b7
hadoop3-bin:
bdbfc5ae261d8bb551e91e0bca366d7a467e2063e174216ce65c574a73dd44bf6b8f9cde0301bddcab548210ab217a2ccfc9d2e077fe010d3959a10fd0e4b23c
docker:
d512f248e70b43fe94f2703b87e28b6f49a5a396f2407f6068cbb95c60153b14

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/kfaraz.asc

This key and the key of other committers can also be found in the project's
KEYS file here:
https://dist.apache.org/repos/dist/release/druid/KEYS

(If you are a committer, please feel free to add your own key to that file
by following the instructions in the file's header.)

Verify checksums:
diff <(shasum -a512 apache-druid-25.0.0-src.tar.gz | \
cut -d ' ' -f1) \
<(cat apache-druid-25.0.0-src.tar.gz.sha512 ; echo)

diff <(shasum -a512 apache-druid-25.0.0-bin.tar.gz | \
cut -d ' ' -f1) \
<(cat apache-druid-25.0.0-bin.tar.gz.sha512 ; echo)

diff <(shasum -a512 apache-druid-25.0.0-hadoop3-bin.tar.gz | \
cut -d ' ' -f1) \
<(cat apache-druid-25.0.0-hadoop3-bin.tar.gz.sha512 ; echo)

Verify signatures:
gpg --verify apache-druid-25.0.0-src.tar.gz.asc \
apache-druid-25.0.0-src.tar.gz

gpg --verify apache-druid-25.0.0-bin.tar.gz.asc \
apache-druid-25.0.0-bin.tar.gz

gpg --verify apache-druid-25.0.0-hadoop3-bin.tar.gz.asc \
apache-druid-25.0.0-hadoop3-bin.tar.gz

Please review the proposed artifacts and vote. Note that Apache has
specific requirements that must be met before +1 binding votes can be cast
by PMC members. Please refer to the policy at
http://www.apache.org/legal/release-policy.html#policy for more details.

As part of the validation process, the release artifacts can be generated
from source by running:
mvn clean install -Papache-release,dist -Dgpg.skip

The hadoop-3 based artifacts can be generated by running:
mvn clean install -Phadoop3,apache-release,dist -Dgpg.skip

The RAT license check can be run from source by:
mvn apache-rat:check -Prat

This vote will be open for at least 72 hours. The vote will pass if a
majority of at least three +1 PMC votes are cast.

[ ] +1 Release this package as Apache Druid 25.0.0
[ ] 0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...

Thanks
Kashif Faraz

Reply via email to