Vidyalelo
Hadoop · Q83

Hadoop Input Output Operations

Programming · Hadoop · question 83

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board