Home > other >  Hbase table problem
Hbase table problem

Time:10-04

Installation of hbase - 0.94.19, did this configuration:
Export HBASE_HOME=/home/hadoop/hbase - 0.94.19
The export PATH=$PATH: $HBASE_HOME/bin
Export HBASE_MANAGES_ZK=true
Also set the hbase. Rootdir to file:///home/hadoop/hbase-0.94.19/tmp
Can be launched into the hbase shell, want the data exist the local file system, but build table throw exception: :
14/05/11 18:05:55 ERROR zookeeper. ZooKeeperWatcher: hconnection Received unexpected KeeperException, re - throwing the exception
Org. Apache. Zookeeper. KeeperException $ConnectionLossException: KeeperErrorCode=ConnectionLoss for/hbase/hbaseid
At the same time of the log of logs are Call to localhost/127.0.0.1:9000 failed on connection exception: java.net.ConnectException: rejected the connection
But after I started their another installation hadoop1.2.1, then restart hbase, but can be successfully built table, this is how to return a responsibility?
This table there is a local file system data? Also want to start the hadoop to exist the local file system?
  • Related