InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) To create an Avro-backed table, specify the serde as org.apache.hadoop.hive.serde2.avro.AvroSerDe(b) Avro-backed tables can be created in Hive using AvroSerDe(c) The AvroSerde cannot serialize any Hive table to Avro files(d) None of the mentioned |
|
Answer» The correct answer is (c) The AvroSerde cannot serialize any Hive table to Avro files The best I can explain: The AvroSerde can serialize any Hive table to Avro files. |
|