Pyspark socket timeout exception after application running for a while

后端 未结 3 1776
孤独总比滥情好
孤独总比滥情好 2021-01-05 08:32

I am using pyspark to estimate parameters for a logistic regression model. I use spark to calculate the likelihood and gradients and then use scipy\'s minimize function for

3条回答
  •  礼貌的吻别
    2021-01-05 08:52

    Check the executors logs for details. I have seen similar errors when executors die or are killed by the cluster manager (usually for using more memory than the container is configured for).

提交回复
热议问题