Hi Manju,
If I am understanding correctly what you are trying to do, there is no
current great to achieve that with the existing hive hbase integration.
Ofcourse you can read and write data to HBase like you mentioned, but that
is pretty much it. If you need more fine grained access like accessing
Usually to access Hbase from Hive, you will map Hbase table using
.HBaseStorageHandler and specifying Hbase table in TBLPROPERTIES.
But my question is ..I have to Access Hbase records directly .
INSERT OVERWRITE TABLE top_cool_hbase SELECT name, map(`date`,
cast(coolness as int)) FROM* top_cool
Can you elaborate a little on what exactly you mean by "mounting"? 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
>