Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 699 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 699 Bytes

README

Ansible Playbook to create Cloudera Manager and Underline Hadoop Ecosystem.

Usage

  1. Genearte Server Template

Getting the command line help:

python cm_host_generator.py -h
  1. Generator the hosts files via command line tool

After get the help, input the different parameters to generate the ansible hosts template(file: static in inventory).

  1. Run Ansible Playbook
ansible-playbook -i inventory/static playbooks/bootstrap.yml
  1. Or run installation Step by Step(Ref the playbook/bookstrap.yml)
ansible-playbook playbooks/common.yml
.......
  1. Metric Report

metric-report Scripts to monitor cdh cluster and send email report.