在分布式集群上作业:org.apache.hadoop.yarn.exceptions.YarnException: Unauthorized request to start contai解决

mac2024-02-02  52

 

原因:

    namenode,datanode时间同步问题

解决办法:

设置时间同步 在每个节点上执行:yum install ntp -y ntpdate -u 时间服务器地址 时间服务器地址可采用以下其一:

ntp1.aliyun.com ntp2.aliyun.com ntp3.aliyun.com ntp4.aliyun.com ntp5.aliyun.com ntp6.aliyun.com ntp7.aliyun.com  检查时间是否同步:date  

最新回复(0)