集群环境是centos6.2,2master,4slave。
在集群上跑example.jar测试通过,管理页面显示所有节点正常。jps显示正常。
但在win7下建立用eclipse安装csdn下载的插件显示update错误,不过可以连接上hadoop集群,正常显示hdfs。
使用example里面的wordcount.java,照博客 http://www.cnblogs.com/huligong1234/p/4137133.html 的方法运行后显示可以连接上master但不能连接slave:
WARN - Failed to connect to /192.168.11.94:50010 for block, add to deadNodes and continue. java.net.ConnectException: Connection timed out: no further information
java.net.ConnectException: Connection timed out: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)。。。
4个slave都显示通信超时。不知道有人知道是怎么回事吗??