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* top_cool_hbase is hive table ( mapped to hbase table ) top_cool is hbase table ( not a mapped Hive table) On Mon, Mar 31, 2014 at 12:42 PM, [email protected] < [email protected]> wrote: > 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 <[email protected]>wrote: > >> Without mapping /mounting the hbase table , how can I access and query >> hbase table ? >> >> >> >> > > > -- > Swarnim >
