RE: Problem with Hive/HBase integration

2012-01-27 Thread Chinna Rao Lalam
caller_name, cf_cdr:caller_number") > TBLPROPERTIES("hbase.table.name" = "hb_cdr"); Hope It Helps, Chinna Rao Lalam From: Madhusudhana Rao Podila [madhusudhana_pod...@infosys.com] Sent: Friday, January 27, 2012 3:01 PM To: user@hive.apache.o

RE: Problem with Hive/HBase integration

2012-01-26 Thread Madhusudhana Rao Podila
) Regards Madhusudhana Rao. Podila From: shashwat shriparv [mailto:dwivedishash...@gmail.com] Sent: Friday, January 27, 2012 11:17 AM To: user@hive.apache.org Subject: Re: Problem with Hive/HBase integration http://dl.dropbox.com/u/19454506/HadoopHIveHbaseReady.tar.gz Download this its pre connfigured

Re: Problem with Hive/HBase integration

2012-01-26 Thread shashwat shriparv
http://dl.dropbox.com/u/19454506/HadoopHIveHbaseReady.tar.gz Download this its pre connfigured hive and hbase. you need to change some settings accordingly specific to your linux settings... On Fri, Jan 27, 2012 at 11:07 AM, Madhusudhana Rao Podila < madhusudhana_pod...@infosys.com> wrote: > Hi

Re: Problem with Hive HBase Integration - Running Mapper task

2011-03-16 Thread Edward Capriolo
On Wed, Mar 16, 2011 at 1:21 PM, Abhijit Sharma wrote: > Thanks a ton - That worked like a charm. I have been struggling with this > the whole day! I did not need to specify auxlib or auxpath - Just putting > the 3 Hive/HBase jars in the HADOOP_HOME/lib on the remote job server worked > fine. Btw

Re: Problem with Hive HBase Integration - Running Mapper task

2011-03-16 Thread Abhijit Sharma
Thanks a ton - That worked like a charm. I have been struggling with this the whole day! I did not need to specify auxlib or auxpath - Just putting the 3 Hive/HBase jars in the HADOOP_HOME/lib on the remote job server worked fine. Btw if I use ADD JAR from hive will that obviate the need to put the

Re: Problem with Hive HBase Integration - Running Mapper task

2011-03-16 Thread Edward Capriolo
On Wed, Mar 16, 2011 at 12:51 PM, Abhijit Sharma wrote: > Hi, > I am trying to connect the hive shell running on my laptop to a remote > hadoop / hbase cluster and test out the HBase/Hive integration. I manage to > connect and create the table in hbase from remote Hive shell. I am also > passing t