Re: Regarding KryoSerialization in Spark

2015-04-30 Thread twinkle sachdeva
Thanks for the info. On Fri, May 1, 2015 at 12:10 AM, Sandy Ryza wrote: > Hi Twinkle, > > Registering the class makes it so that writeClass only writes out a couple > bytes, instead of a full String of the class name. > > -Sandy > > On Thu, Apr 30, 2015 at 4:13 AM, twinkle sachdeva < > twinkle.

Re: Regarding KryoSerialization in Spark

2015-04-30 Thread Sandy Ryza
Hi Twinkle, Registering the class makes it so that writeClass only writes out a couple bytes, instead of a full String of the class name. -Sandy On Thu, Apr 30, 2015 at 4:13 AM, twinkle sachdeva < twinkle.sachd...@gmail.com> wrote: > Hi, > > As per the code, KryoSerialization used writeClassAnd