Writing to HDFS could only be replicated to 0 nodes instead of minReplication (=1)

后端 未结 7 1911
谎友^
谎友^ 2020-12-08 04:32

I have 3 data nodes running, while running a job i am getting the following given below error ,

java.io.IOException: File /user/ashsshar/olhcache/load

7条回答
  •  抹茶落季
    2020-12-08 05:13

    1. Check whether your DataNode is running,use the command:jps.
    2. If it is not running wait sometime and retry.
    3. If it is running, I think you have to re-format your DataNode.

提交回复
热议问题