adplus-dvertising
frame-decoration

Question

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

Posted under Hadoop IO Hadoop

Answer: (c).Job.setReflect(jConf);

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. When using reflection to automatically build our schemas without code generation, we need to configure Avro using?