Re: configuring Zookeeper in HBase with IP addresses only

2009-08-24 Thread Jean-Daniel Cryans
David, hbase.master is deprecated in HBase 0.20, instead you have to specify hbase.zookeeper.quorum if you want to use HBase in a distributed mode with a ZK quorum. Please see the Getting Started documentation shipped with HBase. J-D On Mon, Aug 24, 2009 at 3:39 PM, Pythonnerpython...@gmail.com

Re: configuring Zookeeper in HBase with IP addresses only

2009-08-24 Thread Jean-Daniel Cryans
Oh ok well HBase relies on the DNS class shipped with Hadoop to determine your address. It will try to use a hostname if possible but what comes out of there really depends on your OS configuration. In your case, that means that it resolved a hostname instead of an IP (which is rare) so you should

Re: configuring Zookeeper in HBase with IP addresses only

2009-08-24 Thread Patrick Hunt
Nice! Jean-Daniel Cryans wrote: Added here http://wiki.apache.org/hadoop/Hbase/Troubleshooting#12 J-D On Mon, Aug 24, 2009 at 5:20 PM, Patrick Huntph...@apache.org wrote: No worries. The details are actually interesting/useful, you might consider adding to your docs in case another user runs