gpt4 book ai didi

hadoop - Hadoop没有空间错误

转载 作者:行者123 更新时间:2023-12-02 20:49:06 26 4
gpt4 key购买 nike

当我在Hadoop上提交一个hdfs jar时,我正面临着

Exception in thread "main" java.io.IOException : No space left on device



有人帮我吗

最佳答案

通常是Linux盒子上打开文件或进程的限制问题。尝试使用ulimit -a查看限制。你对。。。感兴趣

打开文件(-n)1024
最大用户进程(-u)102400

设置打开文件的限制
ulimit -n xxxx

设置最大过程限制
ulimit -u xxxx

关于hadoop - Hadoop没有空间错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46689185/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com