Re: Hbase to hive

2013-10-23 Thread abhisekgun...@yahoo.com
Thanks Samir, Is there a seperate community for hive users. Please advice and provide more details. Thanks in advance, Abhi Sent from my HTC - Reply message - From: "samir das mohapatra" To: Subject: Hbase to hive Date: Wed, Oct 23, 2013 5:44 AM Hbase with hive provides the result

Re: Hbase to hive

2013-10-23 Thread samir das mohapatra
Hbase with hive provides the result handler , which will take the java classes , so you can write your own code for you BL. Regards, samir. On Tue, Oct 15, 2013 at 3:11 AM, abhisekgun...@yahoo.com < abhisekgun...@yahoo.com> wrote: > Hi All, > > Can somebody suggest a solution on my problem bel

Re: Hbase to hive

2013-10-22 Thread abhisekgun...@yahoo.com
Thanks Samar ! Sent from my HTC - Reply message - From: "samar.opensource" To: Subject: Hbase to hive Date: Wed, Oct 16, 2013 8:13 AM Hi Abhishek, Not sure if you have seen this link.. https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration It has most of the information n

Re: Hbase to hive

2013-10-16 Thread samar.opensource
Hi Abhishek, Not sure if you have seen this link.. https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration It has most of the information needed to query HBase from Hive. Samar On 16/10/13 5:27 PM, abhisekgun...@yahoo.com wrote: Thanks Shekar, I am kind of new to the Hadoop. So, i

Re: Hbase to hive

2013-10-16 Thread abhisekgun...@yahoo.com
Thanks Shekar, I am kind of new to the Hadoop. So, i was looking for some sample programs where I can understand the usage of java hbase api. Regards, Abhishek Sent from my HTC - Reply message - From: "Shekhar Sharma" To: Subject: Hbase to hive Date: Mon, Oct 14, 2013 9:59 PM You c

Re: Hbase to hive

2013-10-14 Thread Shekhar Sharma
You can very well port the the data to from Hbase to hive using hive-hbase handler..But if you want to do it on specific criteria then you might have to write the code to pull the data from hbase and put in hive.. Its pretty straightforward to reflect the data in HBase into Hive table..I have real