You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Luca Toscano (Jira)" <ji...@apache.org> on 2021/12/13 08:35:00 UTC

[jira] [Created] (BIGTOP-3614) Docker provisioner fails to start a cluster on Debian 10/11 images

Luca Toscano created BIGTOP-3614:
------------------------------------

             Summary: Docker provisioner fails to start a cluster on Debian 10/11 images
                 Key: BIGTOP-3614
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3614
             Project: Bigtop
          Issue Type: Bug
            Reporter: Luca Toscano
             Fix For: 3.1.0


I am trying to run smoke tests for the trunk packages, but I keep seeing a failure:

{code}
 ./docker-hadoop.sh   --create 1   --image bigtop/puppet:trunk-debian-11  --memory 8g   --repo file:///bigtop-home/output/apt   --disable-gpg-check   --stack hdfs,yarn,mapreduce,hbase   --smoke-tests hbase
{code}

{code}
Failed to connect to bus: No such file or directory
{code}

I used nsenter -m to connect to the container, created the /run/dbus directory, and ran ./docker-hadoop.h --provision, and the issue disappeared (I am seeing others right now but I will probably open other tasks).

IIUC Docker compose should take care of the /run/dbus directory (since it is used to store the dbus system socket),  but I can't find a way to do it properly (in theory it should be mounted as tmpfs).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)