Timeout Exception in Apache-Spark during program Execution

后端 未结 5 2581
花落未央
花落未央 2021-02-19 16:51

I am running a Bash Script in MAC. This script calls a spark method written in Scala language for a large number of times. I am currently trying to call this spark method for

5条回答
  •  南方客
    南方客 (楼主)
    2021-02-19 17:26

    Just increase the spark.executor.heartbeatInterval to 20s, the error says that.

提交回复
热议问题