我試圖打開HDFS以下路徑:無法打開HDFS路徑
TwitterAgent.sinks.HDFS.hdfs.path = hdfs://localhost:9000/user/flume/tweets
我打開一個新的瀏覽器,而我打字http://localhost:50070/dfshealth.html#tab-overview
我收到以下錯誤:
There are 2 missing blocks.
The following files may be corrupted:
blk_1073742237 /hbase/data/hbase/meta/1588230740/info/c5da7e591d294ae58968f4d0f2e8ffd9 blk_1073742231 /hbase/WALs/quickstart.cloudera,60020,1482726320014-splitting/quickstart.cloudera%2C60020%2C1482726320014..meta.1482726370496.meta
這是說如何找到可能的解決方案,但有沒有解決這個問題的任何簡化方法?使用
hdfs fsck <path> -list-corruptfileblocks
e.g. hdfs fsck /hbase -list-corruptfileblocks
將損壞的塊/的lost + found:
localhost上運行的是什麼服務:50070? – halfer
2塊Hbase文件已損壞。如果不需要這些文件,刪除它們是使HDFS恢復健康的最簡單的選擇。 – franklinsijo
謝謝,但我該如何刪除它們? –