namenode一直处于安全模式

查看日志发现:
Resources are low on NN. Please add or free up more resources then turn off safe mode manually
解决思路:查看文件系统磁盘空间使用情况: /home目录已经使用完
修改 core-site.xml的hadoop.tmp.dir值

df - report file system disk space usage
-h, --human-readable   -> print sizes in human readable format (e.g., 1K 234M 2G)
-l, --local            -> limit listing to local file systems

spark — 集群errors

相关文章:

  • 2021-11-19
  • 2022-01-08
  • 2021-11-23
  • 2021-10-20
  • 2021-11-11
猜你喜欢
  • 2021-06-21
  • 2021-06-19
  • 2021-04-27
  • 2021-09-22
  • 2022-12-23
  • 2021-06-28
  • 2021-10-30
相关资源
相似解决方案