InterviewSolution
Saved Bookmarks
| 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 mentioned |
|
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. |
|