背景

在调试sparksql报如下异常
IDEA调试SparkSQL时报异常This timeout is controlled by spark.executor.heartbeatInterval
报错主要异常为
org.apache.spark.rpc.RpcTimeoutException: Futures timed out after [10 seconds]. This timeout is controlled by spark.executor.heartbeatInterval

发现语句的后面有张表不存在, 先解决该问题
IDEA调试SparkSQL时报异常This timeout is controlled by spark.executor.heartbeatInterval
ok解决了该问题后,成功了. 看来是SQL本身有问题才导致了该异常.
IDEA调试SparkSQL时报异常This timeout is controlled by spark.executor.heartbeatInterval

相关文章:

  • 2021-09-03
  • 2021-06-05
  • 2021-11-17
  • 2021-11-20
  • 2021-07-21
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-01
  • 2022-01-19
  • 2021-10-08
  • 2021-11-13
  • 2021-08-06
  • 2022-12-23
  • 2021-12-29
相关资源
相似解决方案