Q83
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);
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board