Hi Harsh J, I thought it was that way, but according to the description of the " hbase.cluster.distributed", for pseudo-distributed setup with managed zookeeper, this value should be set to "false". I think there's some more difference between the real-distributed mode and the pseudo one.
-stanley -----Original Message----- From: Harsh J [mailto:[email protected]] Sent: 2011年4月11日 19:46 To: [email protected] Subject: Re: can i start teh hbase in pseudo-distributed mode with external zookeeper? Hello Stanley, On Mon, Apr 11, 2011 at 4:56 PM, <[email protected]> wrote: > hbase.cluster.distributed > defaule: false > 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) Just to clear out the confusion, fully-distributed and pseudo-distributed setups are almost similar, with the only exception of the latter being a single node. You need to set this property to true. -- Harsh J
