无法进入Hadoop本地管理页面的解决

很多人在安装完Hadoop后迫不及待的在浏览器中输入
localhost:9000
来进入Hadoop的本地管理页面但却只得到了如下代码
It looks like you are making an HTTP request to a hadoop IPC port. This is not the correct port for the web interface in this daemon.
让大家十分灰心但不用着急如果你安装的是Hadoop3.*的版本可以把地址改为
localhost:9870
问题就轻而易举的解决啦!!!

猜你喜欢

转载自blog.csdn.net/m0_49040755/article/details/120846439