You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Alessandro Baretta <al...@gmail.com> on 2014/12/27 01:11:05 UTC

SQLContext is Serializable, SparkContext is not

How, O how can this be? Doesn't the SQLContext hold a reference to the
SparkContext?

Alex

Re: SQLContext is Serializable, SparkContext is not

Posted by Cody Koeninger <co...@koeninger.org>.
The spark context reference is transient.

On Fri, Dec 26, 2014 at 6:11 PM, Alessandro Baretta <al...@gmail.com>
wrote:

> How, O how can this be? Doesn't the SQLContext hold a reference to the
> SparkContext?
>
> Alex
>