Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- ubuntu
- program
- Book
- Kuala Lumpur
- programming_book
- comic agile
- leadership
- Italy
- Programming
- erlang
- management
- RFID
- django
- QT
- Software Engineering
- hadoop
- Artificial Intelligence
- agile
- Linux
- MySQL
- web
- Python
- Java
- hbase
- France
- history
- AI
- essay
- Book review
- Malaysia
Archives
- Today
- Total
hadoop file system CORRUPT 본문
# sudo -u hdfs hdfs fsck /
# hdfs fsck / -delete (-move는 ./lost+found로 옮긴다고 함)
# hadoop fs -setrep -R 1 /
# sudo -u hdfs hdfs fsck /
상태는 정상이 되었으나 replication factor는 2.2가 되었다.
# sudo -u hdfs hdfs fsck / -delete
조금 나아졌음.
# hadoop fs -setrep -R 1 /
# sudo -u hdfs hdfs fsck /
* http://stackoverflow.com/questions/8800810/hadoop-corrupt-blocks
Comments