hbase-exporter/tests/ansible-hadoop
2021-03-09 20:15:25 +01:00
..
roles testsuite: Use more ansible for setup 2021-03-09 20:15:25 +01:00
hbase-create.yml testsuite: Use more ansible for setup 2021-03-09 20:15:25 +01:00
hdfs-create.yml testsuite: Use more ansible for setup 2021-03-09 20:15:25 +01:00
inventory.yml testsuite: Use more ansible for setup 2021-03-09 20:15:25 +01:00
README.md testsuite: Use more ansible for setup 2021-03-09 20:15:25 +01:00
setup.sh testsuite: Use more ansible for setup 2021-03-09 20:15:25 +01:00

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