HI,

 

I'm new to this, I'm trying to set-up, under Fedora Core 19, Hbase 0.90.4
Standalone to use with Nutch 2.2.1 as per the Nutch 2.x tutorial and Hbase
quickstart.

 

I'm getting following error, even just in the Hbase shell, just when issuing
the "status" command, and obviously when issuing nutch commands as well.

 

HBase is able to connect to ZooKeeper but the connection closes
immediately...

 

Neither can I log in via Telnet to default port 2181, neither does it look
under netstats -anp that this port is being used at all.

 

I have added

<property>

<name>hbase.zookeeper.property.maxClientCnxns</property>

<value>1000</value>

</property>

 

To hbase-site.xml

 

My /etc/hosts

 

127.0.0.1                           localhost localhost.localdomain
localhost4 localhost4.localdomain4

::1            localhost localhost.localdomain localhost6
localhost6.localdomain6

 

 

I've been scanning, googling and I seem to find a different answer everytime
this question is asked somewhere, any help would be appreciated, thnx

Reply via email to