Description
I am trying to run smoke tests for the trunk packages, but I keep seeing a failure:
./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
Failed to connect to bus: No such file or directory
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).
Attachments
Issue Links
- links to