一篇有趣的寫程式文章,他指出了程式設計者如何去寫程式
2011年5月17日 星期二
2011年5月3日 星期二
2011年5月1日 星期日
java.io.IOException: org.apache.hadoop.fs.FSError: java.io.IOException: No space left on device
If you got following problem:
java.io.IOException: org.apache.hadoop.fs.FSError: java.io.IOException: No space left on device
This means that your space is running out. Usually the /tmp space
To make more space, one is to add /tmp's space
Or there is another option: Set hadoop.tmp.dir in conf/core-site.xml to /home/hadoop/tmp
That is the easiest way to extend the space
java.io.IOException: org.apache.hadoop.fs.FSError: java.io.IOException: No space left on device
This means that your space is running out. Usually the /tmp space
To make more space, one is to add /tmp's space
Or there is another option: Set hadoop.tmp.dir in conf/core-site.xml to /home/hadoop/tmp
That is the easiest way to extend the space
訂閱:
文章 (Atom)