There are serveral different ways. Running jps as the user that hbase should start as will show you what's running. You should be able to see HMaster or HRegionServer running. If things are running well the master should have a status http server up. Going to that should tell you that things are up and which RegionServer's have checked in. The default port for the MasterServer's status http server is: 60010. Then you can go to http://mymaster:60010/ and look at logs and other stats. Tailing the logs can usually tell you that things are up. Though they are pretty spammy so this is more for debugging If you want a more thorough test LoadTestTool and other utils are included.
On Tue, Sep 4, 2012 at 10:45 AM, Igor Muzetti <[email protected]> wrote: > how do to know that the hbase is running correctly? > > 2012/9/4 Igor Muzetti <[email protected]> > >> hello! would like an example of the file *hbase-site.xml* configured for >> a fully distributed. >> carefully. >> >> -- >> [image: terraLab logo] *Igor Muzetti Pereira * >> TerraLAB - Earth System Modelling and Simulation Laboratory >> Computer Science Department, UFOP - Federal University of Ouro Preto >> >> *Campus Universitário Morro do Cruzeiro, Ouro Preto - MG, Brazil, >> 35400-000* >> * >> +55 31 3559 1253* >> *www.terralab.ufop.br* <http://www.terralab.ufop.br/> *www.decom.ufop.br >> * <http://www.decom.ufop.br/> >> >> >> >> > > > -- > [image: terraLab logo] *Igor Muzetti Pereira * > TerraLAB - Earth System Modelling and Simulation Laboratory > Computer Science Department, UFOP - Federal University of Ouro Preto > > *Campus Universitário Morro do Cruzeiro, Ouro Preto - MG, Brazil, 35400-000* > * > +55 31 3559 1253* > *www.terralab.ufop.br* <http://www.terralab.ufop.br/> > *www.decom.ufop.br*<http://www.decom.ufop.br/>
