Google News
logo
Hadoop - Quiz(MCQ)
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

Correct Answer :   Job.setReflect(jConf);


Explanation : For strongly typed languages like Java, it also provides a generation code layer, including RPC services code generation.

Advertisement