Data Replication error in Hadoop

后端 未结 8 624
清酒与你
清酒与你 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:49

    I encountered the same problem. When I looked at localhost:50070, under the cluster summary, all properties were shown as 0 except "DFS Used% 100". Usually, this situation occur because there are some mistakes in the three *-site.xml files under HADOOP_INSTALL/conf and hosts file.

    In my case, the cause is unable to resolve the hostname. I solved the problem simply by adding "IP_Address hostname" to /etc/hosts.

    0 讨论(0)
  • 2021-01-31 10:52

    In my case I had to delete:

    /tmp/hadoop-<user-name> folder and format and start using sbin/start-dfs.sh

    sbin/start-yarn.sh

    0 讨论(0)
提交回复
热议问题