Starting the HBase Cluster
- Start ZooKeeper and Hadoop in sequence.
- Start the HBase cluster on server1.
1/usr/local/hbase/bin/start-hbase.sh
- Check whether all processes are started properly.
1jps
For server1:
1 2 3
ResourceManager NameNode HMaster
For agent1:
1 2 3 4 5
NodeManager DataNode HRegionServer JournalNode QuorumPeerMain
Observe the process startup status on all nodes. Processes to be started on server1 are those under "For server1", and processes to be started on agent1 are those under "For agent1".
Parent topic: Deploying HBase