In our case the problem appeared to be related to Hive HBase handler
being compiled with outdated jars. The solution (e.g. for HBase
0.89.20100830) was to make sure $HIVE_SOURCE/lib contains both
hbase-0.89.20100830.jar and hbase-0.89.20100830-tests.jar and no other
versions of hbase jars.
On Thu,
The HBase folks took a look at this one just now and updated JIRA with an
explanation of what's going wrong. Sounds like the workaround may be to set
the zookeeper port explicitly, e.g.
-hiveconf hbase.zookeeper.property.clientPort=2181
If that works, we can update JIRA with the workaround.
J
Hi Manhee,
Hive javadoc has been broken for past few releases. It has been fixed now.
HIVE-811. You can checkout the code and do ant javadoc.
OR
For quick reference there is one available @
http://search-hadoop.com/jd/hive/index.html?org/apache/hadoop/hive/conf/HiveMetaStoreClient
You can cross-c
Hi all,
I cannot access http://hive.apache.org/docs/r0.5.0/ due to 404 Not Found
error.
Can anyone tell me what's happening about it?
Thanks,
Manhee