Bootstraps a HDFS/Hbase and maintain a cluster with Ansible
Go to file
Björn Busse dee9487473 README: Fix typo 2021-03-09 20:25:33 +01:00
roles Add files 2021-03-09 20:18:15 +01:00
LICENSE Initial commit 2021-03-09 21:13:16 +01:00
README.md README: Fix typo 2021-03-09 20:25:33 +01:00
hbase-create.yml Add files 2021-03-09 20:18:15 +01:00
hdfs-create.yml Add files 2021-03-09 20:18:15 +01:00
inventory.yml Add files 2021-03-09 20:18:15 +01:00
setup.sh Add files 2021-03-09 20:18:15 +01:00

README.md

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