Retrying connect to server: 192.168.10.101/192.168.10.101:10020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
当所有的try都失败的时候,会报出这个异常。
Call From DESKTOP-7SD0IDV/192.168.10.1 to 192.168.10.101:10020 failed on connection exception: java.net.ConnectException: Connection refused: no further information; For more details see:
一般遇到这个问题,那是因为你的historyserver没有开
在虚拟机命令行输入
mr-jobhistory-daemon.sh start historyserver ,即可解决此异常。
解决HistoryServer连接异常指南
本文详细解析了在尝试连接HistoryServer时遇到的连接异常问题,通常表现为“Connection refused”错误。文章提供了确切的解决方案,即通过在虚拟机命令行中运行特定的脚本来启动HistoryServer,从而解决此异常。
1552

被折叠的 条评论
为什么被折叠?



