手動:
date 系統時間
hwclock 硬體時鐘
date -s "2017-03-15 19:05:00"
hwclock:
--hctosys 硬體時鐘同步到當前系統時間
--systohc 系統時間同步給硬體時鐘時間
安裝 ntp
rpm -qa | grep ntp
yum search ntp
yum install ntp.i386
ntpdate cn.pool.ntp.org
時間同步守護配置檔案:
vi /etc/ntp.conf
同步時間伺服器
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 檢視
ps -ef | grep ntpd 開啟
service ntpd start
centos7 systemctl start ntpd.service
安裝完linux時間不對應,可能是時區不對,也可能是硬體時鐘不對應
tzselect 調整時區
選擇亞洲-》選擇中國北京
分布式系統集群的時間同步 李孟 新浪部落格
將node1配置成乙個time server,修改 etc ntp.conf,root node1 vi etc ntp.conf 其他的配置不怎麼需要改,只需要關注restrict的配置 1.注釋掉原來的restrict default ignore這一行,這一行本身是不響應任何的ntp更新請求,...
hue介紹系列02 李孟 新浪部落格
配置cd etc hue conf vi hue.ini desktop default hdfs superuser hadoop hdfs管理使用者 desktop http host 10.10.41.123 hue web server所在主機 ip desktop http port 80...
MapReduce原始碼分析 李孟 新浪部落格
job.waitforcompletion true 進入原始碼 submit connect 連線,客戶端獲取服務端的 物件 connect new cluster getconfiguration cluster jobtrackaddr,conf initialize clientprotoc...