Hello,

I've installed hbase 0.20.2,  faithful to this guide

http://hadoop.apache.org/hbase/docs/current/cygwin.html

I can "ssh localhost" , wrere I believe I'm using the nopassword option, having run a key creation script previously, I don't know how to check this further but this is what happens:

$ ssh localhost
Last login: Fri Jan 22 12:45:02 2010 from localhost

I get this error when start hbase, I  get this error .



$ ./bin/start-hbase.sh
: /bin/bash: /usr/local/hbase-0.20.2/bin/hbase-daemon.sh: No such file or directory
master running as process 6952. Stop it first.

localhost: /bin/bash: /usr/local/hbase-0.20.2/bin/hbase-daemon.sh: No such file or directory



I don't know if its an error or not, but I've changed the conf file reference from 'localhost' to to 127.0.0.1

when I run hbase shell, I get these kind of errors:


at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:933)
10/01/22 13:15:22 WARN zookeeper.ClientCnxn: Ignoring exception during shutdown input
java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.shutdownInput(SocketChannelImpl.java:638)
       at sun.nio.ch.SocketAdaptor.shutdownInput(SocketAdaptor.java:360)
at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:999) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:970) 10/01/22 13:15:22 WARN zookeeper.ClientCnxn: Ignoring exception during shutdown output


Thanks forany input,

Brian




Reply via email to