Hadoop wordcount unable to run - need help on decoding the hadoop error message

独自空忆成欢 提交于 2019-12-06 08:08:23

Check out your /etc/hosts configuration. You have to mention master domain name and same for slave.

For eg: 127.0.0.1 localhost.localdomain localhost 107.108.206.64 master ABC-ubuntu 107.108.208.24 slave XYZ-ubuntu 107.108.87.81 slave1 QWE-ubuntu

Because during reduce processing , it search for XYZ-ubuntu host name instead of slave.

Also, your hosts config should be same in all.

Dont Create /app/hadoop/tmp folder It will create by default under /tmp/hadoop...

So remove that property from conf file . It will work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!