Load Complex Data Type into Hive
Hive supports MAP data type, to defined it in a table, use the following code: This works fine if you only need to insert data into this table using hive UDFs to convert data into MAP, but it will be tricky if you want to load the data from a …