今天启动hadoop集群之后,打开hdfs管理界面来查看hdfs上的文件的时候,没有任何东西显示,并且报错:Operation category READ is not supported in state standby。

如下图所示:

Operation category READ is not supported in state standby

通过查看namenode的状态,得知当前node113上的namenode是standby(从namenode)状态,

Operation category READ is not supported in state standby

使用nn1对应的namenode来访问才可以,nn1在node112上,因此改为如下访问方式http://node112:50070:

Operation category READ is not supported in state standby

就可以正常访问了。

相关文章:

  • 2021-04-05
  • 2021-05-05
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-03-09
猜你喜欢
  • 2021-08-12
  • 2022-12-23
  • 2021-09-05
  • 2021-09-27
相关资源
相似解决方案