|
|
+
Igor Muzetti 2012-09-04, 17:10
+
Igor Muzetti 2012-09-04, 17:45
-
Re: example - hbase-site.xml - fully distributedJean-Marc Spaggiari 2012-09-04, 18:31
Here is mine.
But I can't garanteed that it's correct... <configuration> <property> <name>hbase.rootdir</name> <value>hdfs://node3:9000/hbase</value> <description>The directory shared by RegionServers. </description> </property> <property> <name>hbase.cluster.distributed</name> <value>true</value> <description>The mode the cluster will be in. Possible values are false: standalone and pseudo-distributed setups with managed Zookeeper true: fully-distributed with unmanaged Zookeeper Quorum (see hbase-env.sh) </description> </property> <property> <name>hbase.zookeeper.quorum</name> <value>cube</value> <description>Comma separated list of servers in the ZooKeeper Quorum. For example, "host1.mydomain.com,host2.mydomain.com,host3.mydomain.com". By default this is set to localhost for local and pseudo-distributed modes of operation. For a fully-distributed setup, this should be set to a full list of ZooKeeper quorum servers. If HBASE_MANAGES_ZK is set in hbase-env.sh this is the list of servers which we will start/stop ZooKeeper on. </description> </property> <property> <name>hbase.zookeeper.property.dataDir</name> <value>/home/zookeeper</value> <description>Property from ZooKeeper's config zoo.cfg. The directory where the snapshot is stored. </description> </property> </configuration> 2012/9/4, Igor Muzetti <[EMAIL PROTECTED]>: > 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/> > +
Elliott Clark 2012-09-04, 18:43
|