+1(binding)
Thanks for putting up this, Kengo.
* downloaded the source tarball and checked the signature and checksum.
* built following packages on Rocky Linux 8 (x86_64) and Ubuntu 18.04
(aarch64)::
$ ./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
* ran smoke-tests of hdfs, yarn, mapreduce, hbase, hive, spark and kafka.
* on Rocky Linux 8 (x86_64)::
$ ./docker-hadoop.sh \
--create 3 \
--image bigtop/puppet:trunk-rockylinux-8 \
--memory 8g \
--repo file:///bigtop-home/output \
--disable-gpg-check \
--stack hdfs,yarn,mapreduce,hbase,hive,spark,kafka \
--smoke-tests hdfs,yarn,mapreduce,hbase,hive,spark,kafka
* on Ubuntu 18.04 (aarch64)::
$ ./docker-hadoop.sh \
--create 3 \
--image bigtop/puppet:trunk-ubuntu-18.04 \
--memory 6g \
--repo file:///bigtop-home/output/apt \
--disable-gpg-check \
--stack hdfs,yarn,mapreduce,hbase,hive,spark,kafka \
--smoke-tests hdfs,yarn,mapreduce,hbase,hive,spark,kafka
Masatake Iwasaki
On 2022/08/03 9:51, Kengo Seki wrote:
This is the vote for release 3.1.1 of Apache Bigtop.
It fixes the following issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311420&version=12351865
The vote will be going for at least 72 hours and will be closed on Friday,
August 5th, 2022 at 6pm PDT. Please download, test and vote with
[ ] +1, accept RC0 as the official 3.1.1 release of Apache Bigtop
[ ] +0, I don't care either way,
[ ] -1, do not accept RC0 as the official 3.1.1 release of Apache
Bigtop, because...
Source and binary files:
https://dist.apache.org/repos/dist/dev/bigtop/bigtop-3.1.1-RC0/
Maven staging repo:
https://repository.apache.org/content/repositories/orgapachebigtop-1035
The git tag to be voted upon is release-3.1.1
Bigtop's KEYS file containing PGP keys we use to sign the release:
https://dist.apache.org/repos/dist/release/bigtop/KEYS
The results of packaging, deployment and smoke tests on the CI
environment are as follows:
https://ci.bigtop.apache.org/view/Releases/job/Bigtop-3.1.1/
https://ci.bigtop.apache.org/view/Test/job/Bigtop-3.1.1-smoke-tests/
Kengo Seki <[email protected]>