iwasakims opened a new pull request, #1169: URL: https://github.com/apache/bigtop/pull/1169
https://issues.apache.org/jira/browse/BIGTOP-3993 While I know ZooKeeper 3.6 is already EOL, Hadoop 3.3.6 is developed against it now (and having compilation issue against ZooKeeper 3.5). I think bumping ZooKeeper from 3.5 to 3.6 is good as intermediate step to upgrade to 3.7 or later and good candidate to merge into branch-3.2 (i.e. Bigtop 3.2.2) too. I built zookeeper-pkg and ran smoke-tests of zookeeper this on Ubuntu 22.04 (x86_64) and Rocky Linux 8 (aarch64). ``` $ ./docker-hadoop.sh \ --create 1 \ --image bigtop/puppet:trunk-ubuntu-22.04 \ --docker-compose-yml docker-compose-cgroupv2.yml \ --docker-compose-plugin \ --memory 16g \ --repo file:///bigtop-home/output/apt \ --disable-gpg-check \ --stack zookeeper \ --smoke-tests zookeeper ``` This breaks build of Hadoop until [BIGTOP-3994](https://issues.apache.org/jira/browse/BIGTOP-3994) is landed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
