Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ubuntu 上有 Hadoop 1.x
一切正常:我能够在 HDFS 中上传输入文件。但是当我重新启动笔记本电脑时,所有 HDFS 块都已损坏,NameNode 以安全模式启动
所以我必须要
1) 离开安全模式
2)删除所有损坏的块
hdfs fsck - 删除
3)重新上传输入文件
然后它工作正常,直到下次重新启动。
有人可以帮我解决这个问题。谢谢