Oh, I thnk I see the problem. My Regionserver logs contain: 2009-04-30 11:31:44,320 WARN org.apache.hadoop.hbase.regionserver.HRegionServer: Unable to set watcher on ZooKeeper master address. Retrying. 2009-04-30 11:31:48,870 WARN org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper: Failed to set watcher on ZNode /hbase/master
What should I do to resolve this? On Thu, Apr 30, 2009 at 11:17 AM, Bradford Stephens <[email protected]> wrote: > Greetings, > > On a fresh installation of Hbase .20-dev, I go into the shell and type > "create 'metadata'", just trying to make an empty table. > This line pops up: > 09/04/30 11:05:29 INFO zookeeper.ZooKeeperWrapper: Quorum servers: > localhost:2181 > > About 20 seconds later, I get this error: NativeException: > org.apache.hadoop.hbase.master.NotAllMetaRegionsOnlineException: > org.apache.hadoop.hbase.master.NotAllMetaRegionsOnlineException > > I've followed all the steps in the wiki to install HBase and my Hadoop > installation has been running happily for months (.19.1). Is there > something that I need to do to start up .20 that is not covered by the > setup wikis? > > I have the feeling this is also why my web browser spins when I try to > access :60010 > > Running jps on my Namenode/Master node gives me: > 5347 SecondaryNameNode > 5223 NameNode > 7255 HQuorumPeer > 5443 JobTracker > 7564 HMaster > 11034 Jps > > Running jps on my HBase Regionserver (which has some other things on > it) gives me: > 20096 SqlLine > 21549 TaskTracker > 21480 DataNode > 20041 LucidDbServer > 7775 Jps > 23324 HRegionServer > > > Cheers, > Bradford >
