Not sure if this helps...

With CDH3B3 if you're using the hbase version that ships, when you install 
hbase, you're also installing zookeeper.
So that each node has its own ZK config in /etc/zookeeper. (zoo.cfg)

You need to make sure that these zoo.cfg files match the versions on your zoo 
keeper machines.

A quick thing to check... on a Region Server, do you see the line localhost in 
the file?

HTH

-Mike


> Date: Tue, 26 Oct 2010 12:20:44 -0700
> Subject: Re: Nodes up, Master sees 0 ReigonServers
> From: [email protected]
> To: [email protected]
> 
> Hey Bradford,
> 
> Disclaimer: I don't know exactly what's in CDH3B3, so this is a bit
> uninformed...
> 
> Are you using an ASF HBase 0.20.6?  If so, I don't think that'll work with
> CDH3B3 Hadoop, since it includes the secure Hadoop changes.  Even without
> enabling the security features (hadoop.security.authentication=simple -- the
> default), there are still backward incompatible changes to core Hadoop
> classes like org.apache.hadoop.security.UserGroupInformation that will bite
> you.  You can't even compile stock HBase against secure Hadoop.
> 
> So I think running CDH3B3 Hadoop means you need to run CDH3B3 HBase.
> Cloudera folks, please correct me if I'm wrong.
> 
> I hope to work up some patches to allow HBase trunk to work on both secure
> Hadoop plus just 0.20-append, but it will take a little work due to the
> backward-incompatible changes.
> 
> --gh
> 
> 
> On Tue, Oct 26, 2010 at 12:13 AM, Tao Xie <[email protected]> wrote:
> 
> > I once have same problem. Finally I find RS are not started.
> >
> > 2010/10/26 Bradford Stephens <[email protected]>
> >
> > > Hey datamigos,
> > >
> > > I'm having trouble getting a finicky .20.6 cluster to behave.
> > >
> > > The Master, Zookeeper, and ReigonServers all seem to be happy --
> > > except the Master doesn't see any RSs. Doing a "status" in the shell
> > > hangs. I'm running CDH3B-whatever-is-latest on bottom. It sees the
> > > proper 3 datanodes.
> > >
> > > Here's a Master log: http://pastebin.com/ZNPnmexF
> > > Here's a Reigonserver log: http://pastebin.com/PjUy4ra4
> > >
> > > Any ideas? This was working properly with Hadoop .20.2. The new HDFS
> > > has been installed and formatted since then.
> > >
> > > Cheers,
> > > B
> > >
> > > --
> > > Bradford Stephens,
> > > Founder, Drawn to Scale
> > > drawntoscalehq.com
> > > 727.697.7528
> > >
> > > http://www.drawntoscalehq.com --  The intuitive, cloud-scale data
> > > solution. Process, store, query, search, and serve all your data.
> > >
> > > http://www.roadtofailure.com -- The Fringes of Scalability, Social
> > > Media, and Computer Science
> > >
> >
                                          

Reply via email to