RE: Issue with Querying External Hive Table created on hbase

2014-03-21 Thread java8964
unil_ra...@yahoo.com Subject: Issue with Querying External Hive Table created on hbase To: user@hive.apache.org Hi All I am trying to query External Hive Table created on hbase ( hbase table is compressed using "gzip") . I am getting quick response, if I use "select * from hbas

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

Issue with Querying External Hive Table created on hbase

2014-03-19 Thread Sunil Ranka
Hi All I am trying to query  External Hive Table created on hbase ( hbase table is compressed using "gzip") .  I am getting quick response, if I use "select * from hbase_acct_pref_dim_", but the query is taking for ever if I try to retrieve data based on the row_key.  hive> select * from hbase