1.

Avro-backed tables can simply be created by using _________ in a DDL statement.(a) “STORED AS AVRO”(b) “STORED AS HIVE”(c) “STORED AS AVROHIVE”(d) “STORED AS SERDE”I got this question in an interview for internship.My question is from Querying Data with HiveQL in chapter Hive and HBase of Hadoop

Answer»

Correct option is (a) “STORED AS AVRO”

EASIEST explanation: AVROSERDE TAKES care of CREATING the appropriate Avro schema from the HIVE table schema.



Discussion

No Comment Found

Related InterviewSolutions