Synchronizing the Configuration to Other Nodes
- 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
- 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
Parent topic: Deploying HBase