You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Debasish Das <de...@gmail.com> on 2014/11/14 21:57:58 UTC

Kryo serialization in examples.streaming.TwitterAlgebirdCMS/HLL

Hi,

If I look inside algebird Monoid implementation it uses
java.io.Serializable...

But when we use CMS/HLL in examples.streaming.TwitterAlgebirdCMS, I don't
see a KryoRegistrator for CMS and HLL monoid...

In these examples we will run with Kryo serialization on CMS and HLL or
they will be java serialized ?

Thanks.
Deb