+1 (binding)

src:
- verified LICENSE / NOTICE present
- verified signature / checksum
- RAT check passed
- built binary, ingested wikipedia data, ran some queries

bin:
- verified LICENSE / NOTICE present
- verified signature / checksum
- Ran through jupyter notebook tutorial
- Ingested data in the kafka tutorial

bin (hadoop3):
- verified LICENSE / NOTICE present
- verified signature / checksum

docker:
- Pulled and ran locally
- Ingested data, ran queries
- Running the docker image on an M1 mac was extremely slow, but it was
quick on older hardware.

On 2023/05/19 19:28:05 Clint Wylie wrote:
> Hi all,
> 
> I have created a build for Apache Druid 26.0.0, release
> candidate 3.
> 
> Thanks to everyone who has helped contribute to the release! You can read
> the proposed release notes here:
> https://github.com/apache/druid/issues/14064
> 
> The release candidate has been tagged in GitHub as
> druid-26.0.0-rc3 (727c61943381a82e94a0d6c6409f505dcfda11c1),
> available here:
> https://github.com/apache/druid/releases/tag/druid-26.0.0-rc3
> 
> The artifacts to be voted on are located here:
> https://dist.apache.org/repos/dist/dev/druid/26.0.0-rc3/
> 
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachedruid-1042/
> 
> Staged druid.apache.org website documentation is available here:
> https://druid.staged.apache.org/docs/26.0.0/design/index.html
> 
> A Docker image containing the binary of the release candidate can be
> retrieved via:
> docker pull apache/druid:26.0.0-rc3
> 
> artifact checksums
> src:
> 67f572acf2cdfbf3affdeb665fefb8d91bec0650ad54e1c3fb3d1eedb15932fa33b612bf870676a76a1a2aa0c57f7cee99bec8eeec33de975326d0d6923ac0b4
> bin:
> b8d2c982c8fcc0abadecb571727a3e8f69a6f79ee315fbe96111128c3cffc7f92df7437d17b80c0e5234222bb55b265591d19081cbdcda0ab37563805fecf3e4
> hadoop3-bin:
> 0dc1bfbd90ff4467518c203375278a1cfa0ef1ebceea5a3359615aebd06e70d1af121ddd8590eeae960e5d286e5c317cd4b571bcf94c8c25458e4ae92d6aafab
> docker:
> 9a3a07819058693b29bb5fc145e071c3b3a1f551960640529a60ad5198f29b59
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/cwylie.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-26.0.0-src.tar.gz | \
> cut -d ' ' -f1) \
> <(cat apache-druid-26.0.0-src.tar.gz.sha512 ; echo)
> 
> diff <(shasum -a512 apache-druid-26.0.0-bin.tar.gz | \
> cut -d ' ' -f1) \
> <(cat apache-druid-26.0.0-bin.tar.gz.sha512 ; echo)
> 
> diff <(shasum -a512 apache-druid-26.0.0-hadoop3-bin.tar.gz | \
> cut -d ' ' -f1) \
> <(cat apache-druid-26.0.0-hadoop3-bin.tar.gz.sha512 ; echo)
> 
> Verify signatures:
> gpg --verify apache-druid-26.0.0-src.tar.gz.asc \
> apache-druid-26.0.0-src.tar.gz
> 
> gpg --verify apache-druid-26.0.0-bin.tar.gz.asc \
> apache-druid-26.0.0-bin.tar.gz
> 
> gpg --verify apache-druid-26.0.0-hadoop3-bin.tar.gz.asc \
> apache-druid-26.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 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 26.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!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
> For additional commands, e-mail: dev-h...@druid.apache.org
> 
> 

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

Reply via email to