-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to jump to a specific row number #1
Comments
Hi I had a problem while using the hrider jar. I tried machine ip,hostname, localhost while trying to connect to hbase using hrider jar "Failed to access hbase administration Note - and hbase,hadoop have been configured on default ports on my machine Please tell me what should be added in hostfile and what should be used in Hbase host and zookeeper host Geetanjali |
Do you mean that the hadoop cluster in your case consists of one node only at it is installed on your machine? |
Yes, my cluster has only one machine. Version for these are : Geetanjali |
If you didn't download the zipped version then download it. Unpack the zip and replace hbase and hadoop jars in the lib folder. Hope this will work. |
I was trying with 1.0.0.0 jar ***I am running this jar on ubuntu and via command line by using java jar jar name Geetanjali |
Here is the direct link: http://bit.ly/SgSr7j |
I tried with zip file after replacing existing hadoop-core-0.20-append-r1056497 with hadoop-core-1.0.3.jar and hbase-0.90.4 with hbase-0.92.1.jar. Please tell me any other changes are required for running this jar |
Maybe you can try to use both jars.If this will not work you will probably need to compile it with your version of hbase & hdoop. |
I recompiled the jar after replacing the hadoop and hbase jars but still it is not working.... |
It is difficult to share any steps without knowing the exact problem. Can you describe your steps and what exact errors you get? What do you mean by saying you replaced the jars before the compilation? How do you compile the project? Is it with maven? |
Hiii...Thanks for all your responses.... Now i came up with some fixed steps to use this jar and see the hbase UI |
Add an ability to jump to a specific row by count.
The text was updated successfully, but these errors were encountered: