Rate This Document
Findability
Accuracy
Completeness
Readability

Starting the HBase Cluster

  1. Start ZooKeeper and Hadoop in sequence.
  2. Start the HBase cluster on server1.
    1
    /usr/local/hbase/bin/start-hbase.sh
    
  3. Check whether all processes are started properly.
    1
    jps
    

    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".