Hadoop集群搭建06_设置linux时间同步
Posted 源哥v587
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hadoop集群搭建06_设置linux时间同步相关的知识,希望对你有一定的参考价值。
为了保证多台linux时间是同步的,通过ntp同步时间
#时间同步 使用yum安装ntp
yum -y install ntp
# 启动服务
systemctl start ntpd
#设置开机启动
systemctl enable ntpd
ntpstat
#需要修改ntp的配置文件 将里面的server 注释掉 替换成下面的内容
vi /etc/ntp.conf
server npt1.aliyun.com
server time.windows.com
server time.apple.com
以上是关于Hadoop集群搭建06_设置linux时间同步的主要内容,如果未能解决你的问题,请参考以下文章