guyuqi opened a new pull request, #959:
URL: https://github.com/apache/bigtop/pull/959
Upgrade Habse verison to 2.4.12
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
Upgrade Habse verison to 2.4.12
### How was this patch tested?
**Rockylinux-8:**
Build Hadoop, Hase zookeeper on local host:
`docker run --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-rockylinux-8
bash -c '. /etc/profile.d/bigtop.sh; ./gradlew bigtop-utils-pkg hadoop-pkg
hbase-pkg zookeeper-pkg yum'`
Run smoke tests:
```
./docker-hadoop.sh --create 3 \
--image bigtop/puppet:trunk-rockylinux-8 \
--memory 16g --repo file:///bigtop-home/output \
--disable-gpg-check --enable-local-repo \
--stack hdfs,yarn,mapreduce,hbase \
--smoke-tests hbase
```
### For code changes:
- [ ] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [ ] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
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]