Hi Richards, Thanks for the tip. I was actually planning on doing that as well. I read more on kryo and found that it does not support registering a super type or interface, so it makes sense that there is no serializer registered for the map interface.
-Nathan On Mar 2, 2014 2:50 AM, "Richards Peter" <[email protected]> wrote: > Could you do some testing by disabling fallback to java serialization. > There is a property in storm config object or map through which you can > disable fallback to java serialization. > > This exercise will let you know what all classes need to be registered for > kryo serialization. I also faced a similar issue in my project due to > fallback to java serialization. At that time this exercise gave me the > right directions to proceed. > > Richards Peter >
