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 |
Tags
- Python
- program
- management
- agile
- QT
- programming_book
- Kuala Lumpur
- essay
- hadoop
- Book review
- leadership
- hbase
- Book
- web
- Malaysia
- Italy
- MySQL
- Java
- django
- Software Engineering
- ubuntu
- Programming
- RFID
- psychology
- Linux
- Spain
- erlang
- comic agile
- history
- France
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