NiceSystems/hrider

Ability to jump to a specific row number

icher-g opened this issue · 11 comments

Add an ability to jump to a specific row by count.

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
but every time an error popup msg appears which says

"Failed to access hbase administration
Make sure you have access to all nodes of the cluster you try to connect to. In case you don't, map the nodes in your host file"

Note -
My machine hosts file content:
ip hostname
127.0.0.1 localhost

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?
In addition what version of hadoop/hbase do you use?

Yes, my cluster has only one machine. Version for these are :
Hadoop - 1.0.3
Hbase - .92.1

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
Please share the location to download the zip version

***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.
Trying with localhost/ip as hbase host in jar is throwing "java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration Exception"
But my hbase jar contains HbaseConfiguration class

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....
Please share the fixed steps how can i use it

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