Hadoop安裝成功以後,訪問不了web界面的50070端口怎麼解決?

Hadoop安裝成功以後,訪問不了web界面的50070端口java

先查看端口是否啓用web

[hadoop@s128 sbin]$ netstat -ano |grep 50070 

而後查看防火牆的狀態,是否關閉,若是沒有,強制性關閉centos

查看防火牆狀態:oop

[hadoop@s128 sbin]$ service iptables status

關閉防火牆centos7

chkconfig iptables off
service iptables stop

centos7的方式:spa

systemctl stop firewalld.service #中止防火牆code

systemctl start firewalld.service #開啓防火牆ip

systemctl status firewalld.service #查看防火牆狀態hadoop

systemctl enable firewalld.service #開機自啓 「啓用」table

systemctl disable firewalld.service #開機自啓 「禁用」

訪問web界面(ip+端口號)

https://192.168.109.128:50070
相關文章
相關標籤/搜索