InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Apache Avro is a framework that allows you to serialize data in a format that has a schema built in(b) The serialized data is in a compact binary format that doesn’t require proxy objects or code generation(c) Including schemas with the Avro messages allows any application to deserialize the data(d) All of the mentionedThis question was posed to me in an interview.This is a very interesting question from Serialization topic in section Hadoop I/O of Hadoop |
|
Answer» Correct answer is (d) All of the mentioned |
|