步驟:jps --> 看logs中.log文件 --> 百度。html
最後找到一個版本的博客提供的方法解決了個人問題:防火牆未關閉。http://itindex.net/detail/51063-hadooplinux
可是centos7版本的防火牆查看與關閉又找了老半天,仍是多看linux自己的幫助與平時多看書爲好。centos
相關命令:oop
1. 如何查看linux防火牆是否開啓?
centos7
ps aux|grep iptable
ps aux|grep firewalld
CentOS7以前的版本用iptables,CentOS 7用firewalld
有兩行顯示就是開了
2. 關閉防火牆:spa
systemctl stop firewalld.service
3. 查看防火牆狀態: .net
firewall-cmd --state