Windows下的Eclipse连接不上虚拟机上的hdfs,一直显示Listing folder content的解决方案
2021-03-10 13:30
标签:class 停止 oca 配置文件 list src 启动 关闭 host Eclipse连接不上虚拟机上的hdfs,一直显示Listing folder content,如下图所示:
要做到以下三点: 1. 本身就还没创建输入和输出目录,此时要在hdfs上建个文件夹 。 #bin/hdfs dfs -mkdir –p /user/hadoop/input #bin/hdfs dfs -mkdir -p /user/hadoop/output 2. core-site.xml这个配置文件中要写虚拟机的ip地址,不能写localhost
3. 一定要关闭防火墙 Windows下的Eclipse连接不上虚拟机上的hdfs,一直显示Listing folder content的解决方案 标签:class 停止 oca 配置文件 list src 启动 关闭 host 原文地址:https://www.cnblogs.com/FengZeng666/p/12681116.htmlsystemctl status firewalld #查看防火墙状态
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
上一篇:c#开发什么最好
下一篇:windows cmd命令
文章标题:Windows下的Eclipse连接不上虚拟机上的hdfs,一直显示Listing folder content的解决方案
文章链接:http://soscw.com/index.php/essay/62784.html