RE: loading data in an array within a map

2012-06-28 Thread Ruben de Vries
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    > (   

loading data in an array within a map

2012-06-28 Thread Bhaskar, Snehalata
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