1. 报错提示

Formatting the name directories of the current NameNode. If the name directories are not empty, this is expected to fail.

部署CM集群首次运行报错:Formatting the name directories of the current NameNode.

2. 问题原因

之前的namenode格式化了,所以这次不能格式化,需要把原来格式化的删除。

3. 解决方法

1)在/dfs目录下有dn或者nn

[[email protected] dfs]# ls /dfs/
nn snn

删除三台机器(所有机器)的/dfs目录

rm -rf /dfs/

2)然后点击retry即可

部署CM集群首次运行报错:Formatting the name directories of the current NameNode.

 

参考:https://blog.csdn.net/u010886217/article/details/85333016

相关文章:

  • 2021-12-25
  • 2021-12-07
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2021-07-09
  • 2021-12-05
猜你喜欢
  • 2021-11-16
  • 2021-12-02
  • 2021-08-22
  • 2021-09-16
  • 2021-09-27
相关资源
相似解决方案