InterviewSolution
Saved Bookmarks
| 1. |
What is data serialization in Hadoop? |
|
Answer» The process of FORMATTING structured data such that it can be converted to its original form is known as Data Sterilization. It is carried out to TRANSLATE data structures into a STREAM of FLOWING data. This can then be transferred THROUGHOUT the network or can be stored in any Database regardless of the system architecture. |
|