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
- essay
- AI
- history
- QT
- leadership
- Kuala Lumpur
- Python
- programming_book
- Software Engineering
- hadoop
- Malaysia
- comic agile
- Book
- agile
- MySQL
- Linux
- program
- Programming
- django
- France
- hbase
- web
- RFID
- Java
- management
- erlang
- ubuntu
- Italy
- Book review
- Artificial Intelligence
Archives
- Today
- Total
failed to restart hbase because of time synchronization 본문
Programming/Hadoop
failed to restart hbase because of time synchronization
halatha 2011. 12. 9. 07:42Missing time synchronization, scm console cannot start properly. Because of time sync, I installed ntpdate like below;
2011/10/07 - [Programming] - CentOS: time syncronization in local network / setting timezone
However time sync is broken after 2 months. So, to prohibit this problem, I wrote 'crontab' on every server.
0 0 * * * /sbin/ntpdate [ntp server] > /dev/null 2>&1
2011/10/07 - [Programming] - CentOS: time syncronization in local network / setting timezone
However time sync is broken after 2 months. So, to prohibit this problem, I wrote 'crontab' on every server.
0 0 * * * /sbin/ntpdate [ntp server] > /dev/null 2>&1
Comments