Re: Performance: hive+hbase integration query against the row_key

2012-09-12 Thread Jean-Daniel Cryans
On Tue, Sep 11, 2012 at 6:56 AM, Shengjie Min wrote: > 1. if you do a hive query against the row key like "select * from > hive_hbase_test where key='blabla'", this would utilize the hbase row_key > index which give you very quick nearly real-time response just like hbase > does. > From my test, q

Performance: hive+hbase integration query against the row_key

2012-09-11 Thread Shengjie Min
Hi, I am trying to get hive working on top of my hbase table following the guide below: https://cwiki.apache.org/Hive/hbaseintegration.html CREATE EXTERNAL TABLE hive_hbase_test (key string, a string, b string, c string) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPE