You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Akshat Aranya <aa...@gmail.com> on 2014/11/26 18:13:10 UTC

Executor failover

Hi,

I have a question regarding failure of executors: how does Spark reassign
partitions or tasks when executors fail?  Is it necessary that new
executors have the same executor IDs as the ones that were lost, or are
these IDs irrelevant for failover?