Support Questions

Find answers, ask questions, and share your expertise

Which size is necessary to exctract HDF sandbox ?

New Contributor

I want test Streaming Analytics Manager ; so I want use HFD sandbox on a Debian 9.

$ sh deploy-sandbox-hdf-standalone_3-1-0.sh

...

docker: failed to register layer: Error processing tar file(exit status 1): write /usr/hdf/3.1.0.0-564/nifi/lib/nifi-scripting-nar-1.5.0.3.1.0.0-564.nar: no space left on device.

$ df -h /usr

Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur

/dev/mapper/GROUPVOL-LOGVOL2 9,9G 2,2G 7,2G 24% /usr

Thanks.

Gwen

1 REPLY 1

Hiya @Gwenael Dumont!

Could you run "docker info" and see what your "Docker Root Dir" is set to? This is the directory that you'll have to check for free space. IIRC it's /var by default on Debian.

The quick fix suggestion would be to clean/prune unused data to clear up disk that Docker takes up. You can 'docker rm', 'docker rmi', 'docker system prune' to run the built-in pruner, etc.

Hope that helps!