Spark Indefinite Waiting with “Asked to send map output locations for shuffle”

我与影子孤独终老i 提交于 2019-12-05 17:47:14

问题


My jobs often hang with this kind of message:

14/09/01 00:32:18 INFO spark.MapOutputTrackerMasterActor: Asked to send map output locations for shuffle 0 to spark@*:37619

Would be great if someone could explain what Spark is doing when it spits out this message. What does this message mean? What could the user be doing wrong to cause this? What configurables should be tuned?

It's really hard to debug because it doesn't OOM, it doesn't give an ST, it just sits and sits and sits.

This has been an issue from Spark at least as far back as 1.0.0 and is still ongoing with Spark 1.5.0

来源:https://stackoverflow.com/questions/25600993/spark-indefinite-waiting-with-asked-to-send-map-output-locations-for-shuffle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!