Hadoop无法访问web50070端口

Hadoop安装成功之后,访问不了web界面的50070端口

  • 先查看端口是否启用
[hadoop@s128 sbin]$ netstat -ano |grep 50070

  • 然后查看防火墙的状态,是否关闭,如果没有,强制性关闭
查看防火墙状态:
[hadoop@s128 sbin]$ service iptables status
关闭防火墙
 chkconfig iptables off
 service iptables stop
  • 访问web界面(ip+端口号)
http://192.168.109.128:50070


欢迎关注我的公众号:小秋的博客 CSDN博客:https://blog.csdn.net/xiaoqiu_cr github:https://github.com/crr121 联系邮箱:rongchen633@gmail.com 有什么问题可以给我留言噢~
原文地址:https://www.cnblogs.com/flyingcr/p/10327054.html