CDH安装报错 Monitor-HostMonitor throttling_logger ERROR ntpq: ntpq -np: not synchronized to any serve

Posted questionszhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CDH安装报错 Monitor-HostMonitor throttling_logger ERROR ntpq: ntpq -np: not synchronized to any serve相关的知识,希望对你有一定的参考价值。

1 没有安装ntp同步服务

 所有机器统一时区,确认所有机器配置一致

   vim /etc/sysconfig/clock

技术图片

 

  

  ntp服务器配置

 ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
 yum install -y ntpdate
  cp /etc/ntp.conf /etc/ntp.conf.bak
  cp /etc/sysconfig/ntpd /etc/sysconfig/ntpd.bak
  echo "restrict 172.24.8.0 mask 255.255.255.0 nomodify notrap" >> /etc/ntp.conf
  echo "SYNC_HWCLOCK=yes" >> /etc/sysconfig/ntpd
  service ntpd restart

  

另外机器配置,设置成自己的ntp服务器ip

 crontab -e
*/30 * * * * /usr/sbin/ntpdate 172.16.8.138

  

以上是关于CDH安装报错 Monitor-HostMonitor throttling_logger ERROR ntpq: ntpq -np: not synchronized to any serve的主要内容,如果未能解决你的问题,请参考以下文章

Streamsets 安装额外Stage包——CDH6.3.0包报错REST API call error: java.io.EOFException

CDH5.9.1安装指南(分布式+图文详解)

yarn安装MapReduce框架JAR上传的时候报错处理

CDH安装过程中出现的问题- CDH启动agent失败

CDH安装报错 Monitor-HostMonitor throttling_logger ERROR ntpq: ntpq -np: not synchronized to any serve

CDH5 配置安装问题