WARN hdfs.DFSClient: DataStreamer Exception
org.apache.hadoop.ipc.RemoteException(java.io.IOException):
File /examples/people.json._COPYING_ could only be replicated to
0 nodes instead of minReplication (=1). There are 1 datanode (
org.apache.hadoop.ipc.RemoteException(java.io.IOException):
File /examples/people.json._COPYING_ could only be replicated to
0 nodes instead of minReplication (=1). There are 1 datanode (
s) running and no node(s) are excluded in this operation.
我出现这个错误后的解决办法:
就是你的Linux磁盘空间不足,没地方存了。我删除了 一些文件,磁盘空间空出来了,
再次上传就成功了。
本文介绍了在使用HDFS时遇到的一个典型问题:文件上传失败,提示无法达到最小复制数。该问题通常由Linux系统磁盘空间不足引起。文中详细记录了解决此问题的过程:通过释放磁盘空间来确保有足够的容量完成文件的上传。
4001

被折叠的 条评论
为什么被折叠?



