hadoop 之hdfs数据块修复方法
Posted yjt1993
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hadoop 之hdfs数据块修复方法相关的知识,希望对你有一定的参考价值。
hadoop 之hdfs数据块修复方法: 1、手动修复 hdfs fsck / #检查集群的健康状态 hdfs debug recoverLease -path 文件位置 -retries 重试次数 #修复指定的hdfs数据块。也就是关闭打开的文件。 检查坏块: hadoop fsck /user -files -blocks -locations 检查是否有数据块正在写入: hadoop fsck /user openforwrite
以上是关于hadoop 之hdfs数据块修复方法的主要内容,如果未能解决你的问题,请参考以下文章