8.1 No space left on device classifier TMPDIR
报错:
No space left on device " when I use classifier.
解决办法:
First off, do you have a directory on your machine at /data? You can check by running:
ls /data
If you see something like ls: /data: No such file or directory, then you will first need to make the directory:
mkdir /data
Then, you can export that environment variable:
export TMPDIR='/data'
You can check that the variable is set by running:
echo $TMPDIR
It should display /data. If not, you will need to export it again.
参考资料
这里是一个广告位,,感兴趣的都可以发邮件聊聊:tiehan@sina.cn
个人公众号,比较懒,很少更新,可以在上面提问题,如果回复不及时,可发邮件给我: tiehan@sina.cn
个人公众号,比较懒,很少更新,可以在上面提问题,如果回复不及时,可发邮件给我: tiehan@sina.cn