gpt4 book ai didi

apache-spark - “Stage Skipped”在Apache Spark Web UI中是什么意思?

转载 作者:行者123 更新时间:2023-12-02 20:47:52 28 4
gpt4 key购买 nike

从我的Spark UI。跳过是什么意思?

enter image description here

最佳答案

通常,这意味着已经从缓存中获取了数据,并且无需重新执行给定的阶段。它与您的DAG一致,它表明下一阶段需要改组(reduceByKey)。每当涉及改组时,Spark automatically caches generated data:

Shuffle also generates a large number of intermediate files on disk. As of Spark 1.3, these files are preserved until the corresponding RDDs are no longer used and are garbage collected. This is done so the shuffle files don’t need to be re-created if the lineage is re-computed.

关于apache-spark - “Stage Skipped”在Apache Spark Web UI中是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47201308/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com