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 mentionedI have been asked this question in class test.The query is from Querying Data with HiveQL in section Hive and HBase of Hadoop

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.



Discussion

No Comment Found

Related InterviewSolutions