Deployment and Management of Hypertable using Fabric.
sudo python setup.py install
- Get Hadoop up and Running
- Configure /opt/hypertable/production-hypertable.cfg
ht-deploy <operation> <master> <slaves>
Distribute Hypertable packages,
ht-deploy dist 10.10.10.1 10.10.10.2,10.10.10.3,10.10.10.4
Start Hypertable cluster,
ht-deploy start 10.10.10.1 10.10.10.2,10.10.10.3,10.10.10.4
Stop Hypertable cluster,
ht-deploy stop 10.10.10.1 10.10.10.2,10.10.10.3,10.10.10.4