Spark报错处理系列之:WARN Client: Exception encountered while connecting to the server org.apache.hadoop.ipc.RemoteException org.apache.hadoop.ipc.StandbyException: Operation category READ is not supported in state standby.
一、完整报错
- 23/04/19 09:34:30 WARN Client: Exception encountered while connecting to the server
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.ipc.StandbyException): Operation category READ is not supported in state standby. Visit https://s.apache.org/sbnn-error
at org.apache.hadoop.security.SaslRpcClient.saslConnect(SaslRpcClient.java:376)
at org.apache.hadoop.ipc.Client C o n n e c t i
博客详细分析了Spark在连接Hadoop时遇到WARN Client: Exception encountered while connecting to the server的报错原因和解决方法。错误源于尝试在standby状态的节点上执行READ操作。建议检查连接配置,确保指向active节点。尽管是警告,但可以忽略不影响作业启动。
订阅专栏 解锁全文
4169

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



