You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Yusuf Can Gürkan <yu...@useinsider.com> on 2016/09/09 10:47:32 UTC

Does it run distributed if class not Serializable

Hi,

If i don't make a class Serializable (... extends Serializable) will it run
distributed with executors or it will only run on master machine?

Thanks

Re: Does it run distributed if class not Serializable

Posted by "颜发才 (Yan Facai)" <ya...@gmail.com>.
I believe that Serializable is necessary for distributing.

On Fri, Sep 9, 2016 at 7:10 PM, Gourav Sengupta <go...@gmail.com>
wrote:

> And you are using JAVA?
>
> AND WHY?????
>
> Regards,
> Gourav
>
> On Fri, Sep 9, 2016 at 11:47 AM, Yusuf Can Gürkan <yu...@useinsider.com>
> wrote:
>
>> Hi,
>>
>> If i don't make a class Serializable (... extends Serializable) will it
>> run distributed with executors or it will only run on master machine?
>>
>> Thanks
>>
>
>

Re: Does it run distributed if class not Serializable

Posted by Gourav Sengupta <go...@gmail.com>.
And you are using JAVA?

AND WHY?????

Regards,
Gourav

On Fri, Sep 9, 2016 at 11:47 AM, Yusuf Can Gürkan <yu...@useinsider.com>
wrote:

> Hi,
>
> If i don't make a class Serializable (... extends Serializable) will it
> run distributed with executors or it will only run on master machine?
>
> Thanks
>