You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2022/04/13 11:44:06 UTC

[bigtop] branch master updated: BIGTOP-3665: specify Fedora 35 as experimental state (#886)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 4705a036 BIGTOP-3665: specify Fedora 35 as experimental state (#886)
4705a036 is described below

commit 4705a036add768543702ff9b368912af8f234e68
Author: Leona Yoda <yo...@oss.nttdata.com>
AuthorDate: Wed Apr 13 20:44:01 2022 +0900

    BIGTOP-3665: specify Fedora 35 as experimental state (#886)
---
 provisioner/docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provisioner/docker/README.md b/provisioner/docker/README.md
index 9ccd18f6..1c7cb150 100644
--- a/provisioner/docker/README.md
+++ b/provisioner/docker/README.md
@@ -149,5 +149,5 @@ By default, Apache Hadoop and YARN will be installed.
 
 ## Experimental
 
-With recent OS versions, like Debian 11, the cgroupsv2 settings are enabled by default. Running Docker compose seems to require different settings. For example, mounting /sys/fs/cgroup:ro to the containers breaks systemd and dbus when they are installed and started (in the container). The `docker-hadoop.sh` script offers an option, `-F`, to load a different configuration file for Docker compose (by default, `docker-compose.yml` is picked up). The configuration file to load is `docker-com [...]
+With recent OS versions, like Debian 11  Fedora 35, the cgroupsv2 settings are enabled by default. Running Docker compose seems to require different settings. For example, mounting /sys/fs/cgroup:ro to the containers breaks systemd and dbus when they are installed and started (in the container). The `docker-hadoop.sh` script offers an option, `-F`, to load a different configuration file for Docker compose (by default, `docker-compose.yml` is picked up). The configuration file to load is  [...]