InterviewSolution
Saved Bookmarks
| 1. |
When using reflection to automatically build our schemas without code generation, we need to configure Avro using?(a) AvroJob.Reflect(jConf);(b) AvroJob.setReflect(jConf);(c) Job.setReflect(jConf);(d) None of the mentionedI got this question during an interview.My query is from Avro topic in portion Hadoop I/O of Hadoop |
|
Answer» Correct ANSWER is (c) Job.setReflect(jConf); |
|