This helped. I've got it working now. I did have hbase-site.xml in my hadoop classpath already (using hadoop-env.sh), but the link you referred me to actually has the conf directory ($HBASE_HOME/conf) in the path and some additional JARs. I added those things and it started working.
Marc On Wed, Sep 9, 2009 at 2:25 PM, <[email protected]>wrote: > > ... > > ---------- Forwarded message ---------- > From: stack <[email protected]> > To: [email protected] > Date: Wed, 9 Sep 2009 11:46:36 -0700 > Subject: Re: Zookeeper not finding HMaster. > On Wed, Sep 9, 2009 at 9:39 AM, Marc Limotte <[email protected]> wrote: > > > My hbase-site.xml lists 5 quorum servers by IP > > address, and this config file is in zookeeper's path (see the last entry > in > > the classpath log statement below). > > > > Is the hbase-site.xml in your hadoop cluster's path? (See > > http://hadoop.apache.org/hbase/docs/r0.20.0/api/org/apache/hadoop/hbase/mapreduce/package-summary.html#package_descriptionif > you haven't already). > > St.Ack > >
