Re: Mapping HBase table in Hive

2013-01-13 Thread Ibrahim Yakti
We can point out how your mapping could be. > > Regards > Bejoy KS > > Sent from remote device, Please excuse typos > -- > *From: * Ibrahim Yakti > *Date: *Sun, 13 Jan 2013 11:22:51 +0300 > *To: *user > *ReplyTo: * user@hive.apache.org > *Su

Re: Mapping HBase table in Hive

2013-01-13 Thread bejoy_ks
- From: Ibrahim Yakti Date: Sun, 13 Jan 2013 11:22:51 To: user Reply-To: user@hive.apache.org Subject: Re: Mapping HBase table in Hive Thanks Bejoy, what do you mean by: > If you need to map a full CF to a hive column, the data type of the hive > column should be a Map. > suppose I used

Re: Mapping HBase table in Hive

2013-01-13 Thread Ibrahim Yakti
Thanks Bejoy, what do you mean by: > If you need to map a full CF to a hive column, the data type of the hive > column should be a Map. > suppose I used sqoop to move data from mysql to hbase and used id as a column family, all the other columns will be QF then, right? The integration document

Re: Mapping HBase table in Hive

2013-01-08 Thread bejoy_ks
u can get detailed hbase to hive integration document from hive wiki . Regards Bejoy KS Sent from remote device, Please excuse typos -Original Message- From: Ibrahim Yakti Date: Tue, 8 Jan 2013 15:45:32 To: user Reply-To: user@hive.apache.org Subject: Mapping HBase table in Hive

Mapping HBase table in Hive

2013-01-08 Thread Ibrahim Yakti
Hello, suppose I have the following table (orders) in MySQL: *** 1. row *** Field: id Type: int(10) unsigned Null: NO Key: PRI Default: NULL Extra: auto_increment *** 2. row *** Field: