0 votes
in Big Data | Hadoop by
Why do we need Serialization in Hadoop map reduce methods?

1 Answer

0 votes
by

In Hadoop, there are multiple data nodes that hold data. During the processing of map and reduce methods data may transfer from one node to another node. Hadoop uses serialization to convert the data from Object structure to Binary format.

With serialization, data can be converted to binary format and with de-

 

serialization data can be converted back to Object format with reliability.

Related questions

0 votes
asked Jan 7, 2020 in Big Data | Hadoop by sharadyadav1986
0 votes
asked Feb 23, 2020 in Big Data | Hadoop by rahuljain1
...