Hi, I am configuring hbase ( 0.94.17 and hadoop 1.2.1 ) in pseudo distributed mode and i am getting below exceptions when starting hbase for first time.
Master logs :- 1) WARN org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper: Node /hbase/backup-m asters/hbase.rummycircle.com,60000,1395314029900 already deleted, and this is not a retry 2) org.apache.hadoop.hbase.catalog.CatalogTracker: Failed verification of -ROOT -,,0 at address=hbase.rummycircle.com,60020,1395313673569; org.apache.hadoop.hbase.NotServingRegionException: org.apache.hadoop.hbase.N otServingRegionException: Region is not online: -ROOT-,,0 3) org.apache.hadoop.hbase.catalog.CatalogTracker: Failed verification of .META .,,1 at address=hbase.rummycircle.com,60020,1395313673569; org.apache.hadoop.hbase.NotServingRegionException: org.apache.hadoop.hbase.N otServingRegionException: Region is not online: .META.,,1 4) ERROR org.apache.hadoop.hbase.regionserver.metrics.SchemaMetrics: Inconsist ent configuration. Previous configuration for using table name in metrics: true, new configuration: false 5) Got user-level KeeperEx ception when processing sessionid:0x144df32705d0000 type:delete cxid:0xc zxid:0x53 txntype:-1 reqpath:n/a Error Path:/hbase/backup-mast ers/hbase.rummycircle.com,60000,1395314029900 Error:KeeperErrorCode = NoNode for /hbase/backup-masters/hbase.rummycircle.com,60000,1395 314029900 3rd and 5th ones getting repeated multiple times. Please help. -- Thanks and Regards, Vimal Jain
