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
>
Without mapping /mounting the hbase table , how can I access and query
hbase table ?
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?
, 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
How can i scan one day's data from Hbase table and insert that into Hbase
partition ( date) ?
is it possible?