-
Notifications
You must be signed in to change notification settings - Fork 45
FAQ
igorcher edited this page Dec 21, 2012
·
13 revisions
There is a number of possible reasons:
- DNS resolution problem. You must be able to connect from your machine to all hadoop cluster nodes by host name even though you can connect by IP. In case you are not simply add mappings of your hadoop cluster nodes to the hosts file of your machine.
- The version of the h-rider you have downloaded was compiled with the different version of hbase and/or hadoop. To fix the problem you can do one of the following:
- Open manifest file inside the h-rider archive [\META-INF\MANIFEST.MF] - you can use 7-zip (http://www.7-zip.org/) application for that purpose. Update hbase and hadoop jar names to what you have. After you updated the manifest inside the h-rider archive put your hbase/hadoop jars to the lib folder of the h-rider.
- Download the source code and recompile the h-rider with your version of hbase and hadoop. You can change their versions in the POM file.