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
