0
点赞
收藏
分享

微信扫一扫

Apache Doris + Iceberg 快速搭建指南|Lakehouse 使用手册(三)

婉殇成长笔记 2024-08-04 阅读 26

编辑 chrony 配置文件

vim /etc/chrony.conf

新增内容:

server 210.72.145.44 iburst
server ntp.aliyun.com iburst

同时要注释一下:# pool 2.centos.pool.ntp.org iburst
在这里插入图片描述

重启chronydf服务

systemctl restart chronyd.service

设置 chronyd 开机自启

systemctl enable chronyd.service

进行时间同步

chronyc sources -v

设置北京时区

sudo timedatectl set-timezone Asia/Shanghai

查看时间是否生效

date
举报

相关推荐

0 条评论