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

阅读 26

2024-08-04

编辑 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)

0 0 举报