Thank you everyone who already voted, here's my +1 (binding). I checked the following items.
* Verified the signature and checksums of the source tarball. * Built Hadoop and its dependencies on CentOS 7 (x86_64) from the source. * Download the CentOS 7 repo for x86_64 as a representative and make sure it doesn't have log4j-core 2.17.0 or lower with the following command. ``` $ sudo curl -sL https://dist.apache.org/repos/dist/dev/bigtop/bigtop-3.0.1-RC0/repos/centos-7/bigtop.repo -o /etc/yum.repos.d/bigtop.repo $ sudo yum updateinfo $ reposync -p /tmp/repo -r bigtop $ curl -sLO https://dist.apache.org/repos/dist/release/bigtop/KEYS $ sudo rpm --import KEYS $ find /tmp/repo -name '*.rpm' -exec rpm -qlp {} \; | grep log4j-core ``` We need one additional binding +1 from the PMC members to release it. Could anyone take a look? Kengo Seki <[email protected]> On Wed, Apr 6, 2022 at 3:07 PM Masatake Iwasaki <[email protected]> wrote: > > +1(binding). > > - downloaded the source tarball and checked the signature and checksums. > > - built hadoop-pkg on Ubuntu 18.04 aarch64 and ran smoke-tests of > hdfs,yarn,mapreduce. > > - ran smoke-tests of hdfs,yarn,mapreduce,hbase,hive,spark,kafka on Ubuntu > 20.04 > using > https://dist.apache.org/repos/dist/dev/bigtop/bigtop-3.0.1-RC0/repos/ubuntu-20.04/bigtop.list. > > - built all packages on Rocky Linux 8 x86_64 and ran smoke-tests of > hdfs,yarn,mapreduce,hbase,hive,spark,kafka:: > > $ ./gradlew alluxio-pkg ambari-pkg bigtop-ambari-mpack-pkg > bigtop-groovy-pkg bigtop-jsvc-pkg bigtop-utils-pkg elasticsearch-pkg > flink-pkg gpdb-pkg hadoop-pkg hbase-pkg hive-pkg kafka-pkg kibana-pkg > livy-pkg logstash-pkg oozie-pkg phoenix-pkg solr-pkg spark-pkg sqoop-pkg > tez-pkg ycsb-pkg zeppelin-pkg zookeeper-pkg > $ ./gradlew repo > $ cd provisioner/docker > $ ./docker-hadoop.sh \ > --create 3 \ > --image bigtop/puppet:trunk-rockylinux-8 \ > --memory 8g \ > --enable-local-repo \ > --disable-gpg-check \ > --stack hdfs,yarn,mapreduce,hbase,hive,spark,kafka \ > --smoke-tests hdfs,yarn,mapreduce,hbase,hive,spark,kafka > ... > BUILD SUCCESSFUL in 16m 39s > 51 actionable tasks: 22 executed, 29 up-to-date > Stopped 1 worker daemon(s). > > Thanks, > Masatake Iwasaki > > On 2022/04/04 13:45, Kengo Seki wrote: > > This is the vote for release 3.0.1 of Apache Bigtop. > > > > It fixes the following issues: > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350716&projectId=12311420 > > > > The vote will be going for at least 72 hours and will be closed on > > Wednesday, > > April 6th, 2022 at 10:00 PM PDT. Please download, test and vote with > > > > [ ] +1, accept RC0 as the official 3.0.1 release of Apache Bigtop > > [ ] +0, I don't care either way, > > [ ] -1, do not accept RC0 as the official 3.0.1 release of Apache > > Bigtop, because... > > > > Source and binary files: > > https://dist.apache.org/repos/dist/dev/bigtop/bigtop-3.0.1-RC0/ > > > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapachebigtop-1032 > > > > The git tag to be voted upon is release-3.0.1 > > > > Bigtop's KEYS file containing PGP keys we use to sign the release: > > https://dist.apache.org/repos/dist/release/bigtop/KEYS > > > > You can see the results of packaging, deployment and smoke tests > > on the CI environment in the following URLs. > > Some builds had to be retried several times since some of our tests are > > flaky, > > but all of them succeeded at last, except for Ambari on CentOS/aarch64 > > (it's a known issue as BIGTOP-3553 and I couldn't reproduce it on m6g > > EC2 instance). > > > > https://ci.bigtop.apache.org/view/Releases/job/Bigtop-3.0.1/ > > https://ci.bigtop.apache.org/view/Test/job/Bigtop-3.0.1-smoke-tests/ > > > > Kengo Seki <[email protected]>
