19/08/19 10:00:29 INFO mapred.ClientServiceDelegate:Application state is completed. FinalApplicationStatus=SUCCEEDED. Redirecting to job history server
19/08/19 10:00:30 INFO ipc.Client:
Retrying connect to server: 0.0.0.0/0.0.0.0:10020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
19/08/19 10:00:31 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:10020. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
刚刚运行hbase程序 出现map reduce结束了 结果也出来了
但是紧接着就出现错误了Retrying connect to server: 0.0.0.0/0.0.0.0:10020. Already tried 0 time(s);
一直在重复出现这句话 然后就报错
我就一直注意这句话 搜解决办法也没有找到
然后往上翻才注意 到第一句话
mapred.ClientServiceDelegate:Application state is completed. FinalApplicationStatus=SUCCEEDED. Redirecting to job history server
搜了一下 找到解决方案
jps发现job history service 没有启动
命令 mr-jobhistory-daemon.sh start historyserver 解决
emmm
不知道怎么回事 出现这个错误 猜想是多次重启服务 导致瓦特了
总结下 前后发了两篇博客 解决错误的由头是get不到点 出现的错误信息可能在第一句话 也可能在中间或最后
多看看!
实在不行看日志!