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 mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found