
Hadoop
Hadoop Serialization
August 3, 2016
|
Hadoop does not use the default java serialization framework for performance reasons. It has it’s own serialization format writables , which is fast and compact but not interoperable. For that hadoop
Read More