The cluster configuration tool allows easy updating and optimization of any CDH cluster from the command line. With the use of optimization formulas you can have an optimized CDH cluster in a matter of seconds.
The tool does 3 things:
- Generates optimized configurations based on your cluster hardware
- Automates updating, restarting, and configuration deployment of CDH services
- Simplifies exploration of CDH cluster configurations
##Requirements
- Python 2.7
- argparse >= 1.3.0
- cm-api >= 9.0.0,<=12.0.0
- PyYaml >= 3.11
- Working CDH cluster for running the script
##installation
Until the pip package is hosted, you will need to clone and install directly from source.
git clone [email protected]:trustedanalytics/cluster-config.git
cd cluster-config
[sudo] python setup.py install
##wiki docs