Hadoop: …be replicated to 0 nodes instead of minReplication (=1). There are 1 datanode(s) running and no node(s) are excluded in this operation

后端 未结 10 1896
走了就别回头了
走了就别回头了 2020-12-03 02:41

I\'m getting the following error when attempting to write to HDFS as part of my multi-threaded application

could only be replicated to 0 nodes instead of min         


        
10条回答
  •  天命终不由人
    2020-12-03 03:21

    I had the same error, re-starting hdfs services solved this issue. ie re-started NameNode and DataNode services.

提交回复
热议问题