RE: Issue with Querying External Hive Table created on hbase

2014-03-21 Thread java8964
I am not sure about your question. Do you mean the query runs very fast if you run like 'select * from hbase_table', but very slow for 'select * from hbase where row_key = ?' I think it should be the other way round, right? Yong Date: Wed, 19 Mar 2014 11:42:39 -0700 From: sunil_ra...@yahoo.com S

Re: Issue with Querying External Hive Table created on hbase

2014-03-19 Thread Navis류승우
You can check the exact reason from job log, but generally, it's caused by missing libs in auxlib conf. Thar includes hive-hbase-handler.jar, hbase-*.jar, guava-*.jar, zookeeper-*.jar, etc. ,varying the version of your hive and hbase. Thanks, Navis 2014-03-20 3:42 GMT+09:00 Sunil Ranka : > Hi Al