Data Replication error in Hadoop

后端 未结 8 676
清酒与你
清酒与你 2021-01-31 10:22

I am implementing the Hadoop Single Node Cluster on my machine by following Michael Noll\'s tutorial and have come across data replication error:

Here\'s the full error

8条回答
  •  梦谈多话
    2021-01-31 10:42

    In my case, I wrongly set one destination for dfs.name.dir and dfs.data.dir. The correct format is

     
     dfs.name.dir
     /path/to/name
     
    
     
     dfs.data.dir
     /path/to/data
     
    

提交回复
热议问题