eclipse中连接不上hdfs,显示refuse connection 解决方法

eclipse中连接不上hdfs,显示refuse connection。

解决:a.取消hdfs的安全模式 hadoop dfsadmin -safemode leave

            b. 在eclipse的hdfs 对话框“edit hadoop location” 中,Mapreduce/mast的ip和端口要和linux上mapred-site.xml的一致;Dfs/master的端口和ip要和linux上的core-site.xml中的一致

你可能感兴趣的:(eclipse中连接不上hdfs,显示refuse connection 解决方法)