Re: Querying Hbase table from Hive without mounting

2014-03-31 Thread Manju M
t;? The > least you will need to have hbase data query able in hive is to create an > external table on top of it. > > > On Mon, Mar 31, 2014 at 2:11 PM, Manju M wrote: > >> Without mapping /mounting the hbase table , how can I access and query >> hbase table ? >> >> >> >> > > > -- > Swarnim >

Querying Hbase table from Hive without mounting

2014-03-31 Thread Manju M
Without mapping /mounting the hbase table , how can I access and query hbase table ?

scan from Hbase for date range and insert into Hive table

2014-03-30 Thread Manju M
Hbase table Htable ( rowkey , cf:col1, cf:col2 cf:reverseTimestamp) Can i get the records from Hbase tabe for a range of rows and inserting the results into Hive table?

Re: Input from Hbase into Hive partition

2014-03-28 Thread Manju M
, Mohammad Tariq wrote: > Hi Manju, > > How are you storing your data in HBase?What is your rowkey? > > Warm Regards, > Tariq > cloudfront.blogspot.com > > > On Fri, Mar 28, 2014 at 12:03 PM, Manju M wrote: > >> How can i scan one day's data from Hbas

Input from Hbase into Hive partition

2014-03-27 Thread Manju M
How can i scan one day's data from Hbase table and insert that into Hbase partition ( date) ? is it possible?