Re: kryos serializer

2015-11-09 Thread Hitoshi Ozawa
-user-list.1001560.n3.nabble.com/kryos-serializer-tp16454p25337.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e

kryos serializer

2014-10-14 Thread dizzy5112
Hi all, how can i tell if my kryos serializer is actually working. I have a class which extends Serializable and i have included the following imports: import com.esotericsoftware.kryo.Kryo import org.apache.spark.serializer.KryoRegistrator i also have class included MyRegistrator extends