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