您好,登錄后才能下訂單哦!
這篇文章主要講解了“Java Hadoop集群時間同步怎么實現”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Java Hadoop集群時間同步怎么實現”吧!
集群時間同步
注意:在root用戶下執行
時間同步的方式:找一個機器,作為時間服務器,所有的機器與這臺集群時間進行定時的同步,比如,每隔十分鐘,同步一次時間。
一、時間服務器配置
1、檢查ntp是否安裝
[root@hadoop100 ~]# rpm -qa|grep ntpfontpackages-filesystem-1.41-1.1.el6.noarchntpdate-4.2.6p5-10.el6.centos.x86_64ntp-4.2.6p5-10.el6.centos.x86_64
[root@hadoop100 ~]# vi /etc/ntp.conf
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap修改為 restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
server 0.centos.pool.ntp.org iburstserver 1.centos.pool.ntp.org iburstserver 2.centos.pool.ntp.org iburstserver 3.centos.pool.ntp.org iburst修改為#server 0.centos.pool.ntp.org iburst#server 1.centos.pool.ntp.org iburst#server 2.centos.pool.ntp.org iburst#server 3.centos.pool.ntp.org iburst
server 127.127.1.0fudge 127.127.1.0 stratum 10
[root@hadoop100 ~]# vi /etc/sysconfig/ntpd
##增加內容如下(讓硬件時間與系統時間一起同步)SYNC_HWCLOCK=yes
[root@hadoop100 ~]# service ntpd status
[root@hadoop100 ~]# service ntpd restart關閉 ntpd:[失敗]正在啟動 ntpd:[確定]
[root@hadoop100 ~]# chkconfig ntpd on
1、在其他機器配置10分鐘與時間服務器同步一次
[root@hadoop101 ~]# crontab -e0 */10 * * * ?
2、服務器執行以下命令,可以手動同步時間
[root@hadoop101 ~]# /usr/sbin/ntpdate hadoop10028 Mar 13:47:01 ntpdate[2419]: step time server 192.168.1.100 offset -1.711691 sec
3、相同的操作在需要做時間同步的機器上操作一次。
感謝各位的閱讀,以上就是“Java Hadoop集群時間同步怎么實現”的內容了,經過本文的學習后,相信大家對Java Hadoop集群時間同步怎么實現這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。