hadoop集群异常奔溃处理 1.先停止所有进程 stop-dfs.sh 删除所有节点的 data、logs目录 rm -rf data rm -rf logs 重新格式化 hadoop fs namenode -format 启动集群 start-dfs.sh