Starting Up a Cluster
Lists the steps to start a cluster that was previously shut down.
Procedure
- If the cluster nodes are not running, start them.
-
Change to the
root
user (or usesudo
for the following commands). -
Start ZooKeeper on the nodes where it is installed:
service mapr-zookeeper start
-
On all nodes, start Warden:
service mapr-warden start
-
Over a period of time (depending on the cluster size and other factors), the
cluster comes up automatically. After the CLDB restarts, there is a 15-minute delay
before replication resumes. This delay allows all nodes to register and begin
heartbeat processing. You can configure this delay by using the
config save
command to set thecldb.replication.manager.start.mins
parameter.