本文主要是介绍hadoop执行分词时报错:System times on machines may be out of sync. Check system time and time zones.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
解决办法:
1、安装ntpdate工具
yum -y install ntp ntpdate
2、 设置系统时间与网络时间同步
ntpdate cn.pool.ntp.org
这篇关于hadoop执行分词时报错:System times on machines may be out of sync. Check system time and time zones.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!