Re: Hive and Hbase integration issue

2013-02-01 Thread Alexander Alten-Lorenz
Hi, > org.apache..hadoop.hive.hbase.HBaseStorageHandler Typo? Have to be: org.apache.hadoop.hive.hbase.HBaseStorageHandler - Alex On Jan 31, 2013, at 9:17 PM, Asher Devuyst wrote: > I have Hbase running in distributed mode in a 4 node cluster working great. > Installed Hive today on 5th box

Re: Hive and Hbase integration issue

2013-01-31 Thread kulkarni . swarnim
If you go to /tmp//hive.log you would get a detailed explanation on what might be wrong. Can you provide that? From here atleast, it seems like a classpath issue of hive not being able to find the hbase handler jar which can be solved by 'add jar hive-hbase-handler-xxx.jar'. On Jan 31, 2013, a