I need to execute queries on HBase using hive. I have downloaded the HBase and hive my HMaster is running fine; I need to know what configuration changes I need to do for hive to work with HBase as the back end database. Any link tutorial will be appreciated.
Thanks in advance.
I need to execute queries on HBase using hive. I have downloaded the HBase
Share
The apache Hive wiki explains it nicely https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration
To create an HBase table that is managed from hive try something like
*edited following comment