InterviewSolution
Saved Bookmarks
| 1. |
Avro is said to be the future _______ layer of Hadoop.(a) RMC(b) RPC(c) RDC(d) All of the mentionedThe question was asked in examination.This question is from Avro in division Hadoop I/O of Hadoop |
|
Answer» RIGHT ANSWER is (b) RPC The best I can explain: When Avro is used in RPC, the client and server exchange schemas in the CONNECTION HANDSHAKE. |
|