hadoop错误各种原因
Posted 勿忘初心-Lislie杰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hadoop错误各种原因相关的知识,希望对你有一定的参考价值。
NoRouteToHostException
错误描述:
INFO hdfs.DFSClient: Exception in createBlockOutputStream
java.net.NoRouteToHostException: No route to host
- 1
- 2
- 3
解决办法:是防火墙的问题
关闭systemctl stop firewalld.service(所有集群中的防火墙都要关闭)
Check system time and time zones
错误描述:
Got exception: org.apache.hadoop.yarn.exceptions.YarnException: Unauthorized request to start container.
This token is expired. current time is 1468846669832 found 1468814870801
Note: System times on machines may be out of sync. Check system time and time zones.
- 1
- 2
- 3
- 4
解决办法:
date -s ‘2016-07-18 12:07:00‘
- 1
- 2
centos7时间设置补充:
查看时间状态:timedatectl
设 置 时 间:timedatectl set-time “YYYY-MM-DD HH:MM:SS”
列 出 时 区:timedatectl list-timezones
设 置 时 区:timedatectl set-timezone Asia/Shanghai
是否NTP服务器同步:timedatectl set-ntp yes
将硬件时钟调整为与本地时钟一致:timedatectl set-local-rtc 1
以上是关于hadoop错误各种原因的主要内容,如果未能解决你的问题,请参考以下文章
在片段导航抽屉中。我在 getActionBar 中遇到错误。我能知道错误的原因和错误吗
在Windows10配置Hadoop的关键步骤,添加winutils文件,不然会报各种错误
在Windows10配置Hadoop的关键步骤,添加winutils文件,不然会报各种错误
错误:E/RecyclerView:未连接适配器;跳过片段上的布局