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