我要评分
获取效率
正确性
完整性
易理解

Synchronizing the Configuration to Other Nodes

  1. Copy hbase-2.0.2 to the /usr/local directory on agent1, agent2, and agent3.
    1
    2
    3
    scp -r /usr/local/hbase-2.0.2 root@agent1:/usr/local
    scp -r /usr/local/hbase-2.0.2 root@agent2:/usr/local
    scp -r /usr/local/hbase-2.0.2 root@agent3:/usr/local
    
  2. Log in to agent1, agent2, and agent3 and create soft links for hbase-2.0.2.
    1
    2
    cd /usr/local
    ln -s hbase-2.0.2 hbase