Spark2.x---5.Executor模块

xiaoxiao2021-02-28  87

Executor模块是负责运行Task计算任务,并将结果返回给Driver,尽管Spark支持多种资源调度框架,比如mesos,yarn,standalone,这些资源框架在分配资源以后,最后都会让Executor完成最后的计算。

下面主要介绍Standalone模式下Executor模块交互过程:

转载请注明原文地址: https://www.6miu.com/read-70590.html

最新回复(0)