ansible-hadoop/README.md
Björn Busse d20e855344 Add files
2021-03-09 20:18:15 +01:00

272 B

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