完整的错误:It looks like you are making an HTTP request to a Hadoop IPC port. This is not the correct port for the web interface on this daemon.

先说下版本:

今天在运行hadoop时,在浏览器上输入http://localhost:9000/,显示以下问题

It looks like you are making an HTTP request to a Hadoop IPC port. This is not the correct port for

经过思考以及搜索问题原因,发现是单节点的hadoop的问题,正确为http://localhost:8088/cluster

具体见下面说明:

管理界面:http://localhost:8088

NameNode界面:http://localhost:50070

HDFS NameNode界面:http://localhost:8042
 

相关文章:

  • 2022-01-02
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2021-07-25
  • 2021-11-06
猜你喜欢
  • 2021-09-09
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2021-04-22
相关资源
相似解决方案