Re: Fetching Hbase data through Hive

2011-12-15 Thread Mohammad Tariq
Hi Bejoy, Thanks a lot for the valuable info and the link..I was just going through the HbaseIntegration document..:) Regards,     Mohammad Tariq On Fri, Dec 16, 2011 at 1:11 AM, Bejoy Ks wrote: > Hi Tariq > You need to issue a ddl where you specify to hive how the row key and > colum

Re: Fetching Hbase data through Hive

2011-12-15 Thread Bejoy Ks
Hi Tariq You need to issue a ddl where you specify to hive how the row key and column families in hbase are mapped to various columns in hive. You don't need to do any data transfer from Hbase to hive that time. The DDL makes the hive table point to the corresponding hbase table and when yo