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


posted @ 2017-12-19 21:07  crr121  阅读(657)  评论(0)    收藏  举报