Error no 28 No space left on device with feature-classifier sklearn

I think you maybe mixed up @Fra and me in this answer? my output from df -h is like this

Filesystem      Size  Used Avail Use% Mounted on
udev             32G     0   32G   0% /dev
tmpfs           6.3G  107M  6.2G   2% /run
/dev/sda1       117G  109G  7.4G  94% /
tmpfs            32G   28G  4.5G  86% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs            32G     0   32G   0% /sys/fs/cgroup
tmpfs           6.3G   16K  6.3G   1% /run/user/119
cm_processes     32G     0   32G   0% /run/cloudera-scm-agent/process
tmpfs           6.3G   32K  6.3G   1% /run/user/1000
tmpfs           6.3G     0  6.3G   0% /run/user/121
tmpfs           6.3G     0  6.3G   0% /run/user/1001
/dev/sdb        500G   57G  443G  12% /home/ubuntu/mdw/Line_files2

Oops, sorry @Linevmo, more like I combined replies from both of you!

You have a few tmpfs devices that are dangerously low on disk space — is it possible that you forgot to reset TMPDIR in your env? You will need to export that anytime you start a new shell.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.