1.

Point out the correct statement.(a) Avro Fixed type should be defined in Hive as lists of tiny ints(b) Avro Bytes type should be defined in Hive as lists of tiny ints(c) Avro Enum type should be defined in Hive as strings(d) All of the mentionedThis question was addressed to me in my homework.This question is from Querying Data with HiveQL in portion Hive and HBase of Hadoop

Answer»

Right answer is (b) Avro Bytes type should be DEFINED in Hive as LISTS of TINY ints

Easiest EXPLANATION: The AvroSerde will CONVERT these to Bytes during the saving process.



Discussion

No Comment Found

Related InterviewSolutions