0
我想運行nutch,需要gora,需要hbase需要zookeeper。 工作向後倒在HBase的教程,這裏是我的HBase-site.xml中Zookeeper可以運行在dotcloud上
<configuration>
<property>
<name>hbase.rootdir</name>
<value>file:///home/dotcloud/data/hbase</value>
</property>
<property>
<name>hbase.zookeeper.property.dataDir</name>
<value>/home/dotcloud/data/zookeeper</value>
</property>
</configuration>
運行HBase的殼,我得到一個錯誤說...
hbase(main):001:0>
hbase(main):002:0* create 'test', 'cf'
13/08/23 14:04:46 ERROR zookeeper.RecoverableZooKeeper: ZooKeeper exists failed after 3 retries
13/08/23 14:04:46 WARN zookeeper.ZKUtil: hconnection Unable to set watcher on znode (/hbase/hbaseid)
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/hbaseid
從什麼I can find動物園管理員在獨立模式不喜歡127.0.1.1上的環回設備,但dotcloud中沒有sudo訪問權限來更改/ etc/hosts
這是問題的根源還是我在其他地方犯了錯誤? Zookeeper + Hbase + Gora + Nutch可以在dotcloud上運行嗎?
感謝