A cluster I am running on keeps getting KryoException. Unlike the Java
serializer the Kryo Exception gives no clue as to what class is giving the
error
The application runs properly locally but no the cluster and I have my own
custom KryoRegistrator and register sereral dozen classes - essentially
everything I can find which implements Serializable
How to I find what the KryoSerializer issue is?
I would love to see a list of all classes Kryo serialized

Reply via email to