Kryo may have some limitations ,such as less support for field meta information. -- 星期二, 22 4月 2014, 07:16下午 +0800 from Tao Xiao <[email protected]>: The default implementation of serialization in Hadoop is org.apache.hadoop.io.serializer.WritableSerialization , but it is not so efficient as Kryo . Can we replace WritableSerialization with Kryo? How to do it ?
- Can we use Kryo instead of WritableSerialization to serialize ob... Tao Xiao
- Re: Can we use Kryo instead of WritableSerialization to ser... niksheibm
