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时间同步的主要内容,如果未能解决你的问题,请参考以下文章

hadoop ha集群搭建

Hadoop分布式集群搭建

Hadoop集群搭建

hadoop集群搭建(Hadoop 3.1.3 /Hive 3.1.2/Spark 3.0.0)

基于Hadoop生态的相关框架与组件的搭建

集群搭建Hadoop搭建HDFS(完全分布式)