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);

To explain: For strongly typed languages like Java, it also provides a generation CODE layer, INCLUDING RPC services code generation.



Discussion

No Comment Found

Related InterviewSolutions