Bootstraps a HDFS/Hbase and maintain a cluster with Ansible
roles | ||
hbase-create.yml | ||
hdfs-create.yml | ||
inventory.yml | ||
LICENSE | ||
README.md | ||
setup.sh |
ansible-hadoop
About
Bootstraps a HDFS/Hbase cluster with Ansible
Usage
$ ansible-playbook -i inventory.yml -e hadoop_path="/tmp" -e hdfs_cluster_id="test-cluster" hdfs-create.yml
$ ansible-playbook -i inventory.yml -e "hbase_path=/tmp" hbase-create.yml