yamasakisua opened a new pull request, #1296:
URL: https://github.com/apache/bigtop/pull/1296
<!--
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
https://issues.apache.org/jira/browse/BIGTOP-4157
Replace CentOS-7 to RockyLinux-8 in docs.
In some cases, default OS is setting to CentOS-7.
I set the default to Ubuntu, one of the most used operating systems in
Bigtop supported OS.
But some concern still exists.
e.g. `-Pdocker-run-option="--privileged"` must need if `-POS` option is not
set.
If anyone have any good ideas, I'd like to hear comments.
### How was this patch tested?
```
./gradlew zookeeper-pkg-ind -Pdocker-run-option="--privileged"
...
BUILD SUCCESSFUL in 21s
1 actionable task: 1 executed
```
```
$ ./docker-hadoop.sh -dcp --docker-compose-yml docker-compose-cgroupv2.yml
-k zookeeper -c 1
...
Notice: Baseurl:
http://repos.bigtop.apache.org/releases/3.3.0/ubuntu/22.04/$(ARCH)
...
Notice:
/Stage[main]/Hadoop_zookeeper::Server/Service[zookeeper-server]/ensure: ensure
changed 'stopped' to 'running'
Notice: Applied catalog in 58.65 seconds
$
```
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] 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]