You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by "Schein, Sagi" <sa...@hp.com> on 2014/04/14 06:40:09 UTC

moving SparkContext around

A few questions about the resilience of the client side of spark.
what would happen if the client process crashes, can it reconstruct its state  ?
Suppose I just want to serialize it and reload it back is this possible ?

More advanced use case, is there a way to move SparkContext between jvms/machines ?

Sagi