apache spark - Does Kryo Automatically Register Classes Used in Fields? -


using spark, decided use kryo since recommended de/serializer.

say have:

public class1 {   private class2 field1; } 

do need register both class1 & class2 or registering class1 automatically register class2?

i tested this, , in fact class2 need registered.


Comments

Popular posts from this blog

sql - MySQL - Finding Empty relations -

javascript - Why jQuery Select box change event is now working? -

c - Android and JNI real time clock -