centos7上配置好hadoop后web显示信息问题:
NameNode is still loading. Redirecting to the Startup Progress page.

集群启动正常,日志没有报错,但是http://192.168.145.200:9870/dfshealth.html#tab-overview 一直提示“NameNode is still loading. Redirecting to the Startup Progress page.”

centos7上配置好hadoop后报:NameNode is still loading. Redirecting to the Startup Progress page的问题

有人说是“hadoop刚刚启动时,会进入安全模式进行自检,自检完毕就好了”,但是通过命令

hdfs dfsadmin -safemode get

查看,集群并不在安全模式下。

[[email protected] ~]# hdfs dfsadmin -safemode get
Safe mode is OFF in master/192.168.145.200:9820
Safe mode is OFF in slave1/192.168.145.201:9820
Safe mode is OFF in slave2/192.168.145.202:9820

最后解决办法是:
原来查看的是360浏览器显示不正常,换个google浏览器查看就正常了!
这不是问题,换个浏览器就不会有这样的问题了。

centos7上配置好hadoop后报:NameNode is still loading. Redirecting to the Startup Progress page的问题

centos7上配置好hadoop后报:NameNode is still loading. Redirecting to the Startup Progress page的问题

相关文章:

  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-26
  • 2022-12-23
  • 2021-04-28
  • 2021-06-09
  • 2021-10-19
  • 2022-01-14
  • 2022-12-23
相关资源
相似解决方案