2021-03-09 19:18:15 +00: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
|
2021-03-09 19:25:33 +00:00
|
|
|
$ ansible-playbook -i inventory.yml -e hbase_path="/tmp" hbase-create.yml
|
2021-03-09 19:18:15 +00:00
|
|
|
```
|