Thanks St.Ack;
I am not sure if this is right.
Currently I set hbase.cluster.distributed to be true, and set the
HBASE_MANAGES_ZK=false; the environment is running now.
Both the hbase master and region server are running on the same machine. I
think from the definition, this is also a "pseudo-dis
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.
-sta
Hi guys,
I've been working on the configuration for hours and didn't get a clue.
I want to configure the hbase to run in pseudo-distributed mode with external
zookeeper. But I have already configured the
export HBASE_MANAGES_ZK=false
but hbase still tries to start its own ZK, so I am wondering i