alata_bhas...@syntelinc.com]
Sent: Thursday, June 28, 2012 1:50 PM
To: user@hive.apache.org
Subject: loading data in an array within a map
Hi all,
I have created a table which has array within a map. I am using following query.
hive> create table user_profiles
> (
Hi all,
I have created a table which has array within a map. I am using
following query.
hive> create table user_profiles
> (
> userid string,
> friends array,
> properties map>
> )
> ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' COLLECT