Skip to content

semk/ht-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypertable Deployment

Deployment and Management of Hypertable using Fabric.

Installation

sudo python setup.py install

Usage

  • 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

About

Deploy Hypertable using Python(Fabric)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published