InterviewSolution
Saved Bookmarks
| 1. |
Avro schemas are defined with _____(a) JSON(b) XML(c) JAVA(d) All of the mentionedThis question was addressed to me in quiz.Origin of the question is Avro in section Hadoop I/O of Hadoop |
|
Answer» RIGHT choice is (a) JSON For explanation I WOULD say: JSON implementation FACILITATES implementation in languages that already have JSON libraries. |
|