SparkException: Python worker did not connect back in time

前端 未结 1 821
南笙
南笙 2020-12-11 13:09

I am trying to submit a Python job to a 2 worker node Spark cluster but am persistently seeing the following problem, which eventually causes spark-submit to fail:



        
相关标签:
1条回答
  • 2020-12-11 13:52

    So this happens when the python worker process fails to connect to the spark executor JVM. Spark uses sockets to communicate with the worker process. There are a large number of reasons why this could happen, and the exact specific details will likely be in the logs on the executor/worker machines.

    0 讨论(0)
提交回复
热议问题