java.net.BindException: Problem binding to [hadoop101:9820] java.net.BindException: 无法指定被请求的地址; For more details see: http://wiki.apache.org/hadoop/BindException
可能原因及解决方案
1.查看9820端口是否被占用
netstat -anp |grep 9820
2.查看hadoop101是否为当前服务器名
cat /etc/hostname
3.检查是否能ping通其他IP
ping www.baidu.com
4.检查/etc/hosts 文件是否配置正确
vim /etc/hosts