You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Muhammad Haseeb Javed <11...@seecs.edu.pk> on 2015/09/16 21:44:51 UTC

Communication between executors and drivers

How do executors communicate with the driver in Spark ? I understand that
it s done using Akka actors and messages are exchanged as
CoarseGrainedSchedulerMessage, but I'd really appreciate if someone could
explain the entire process in a bit detail.