README: Fix typo
This commit is contained in:
parent
d20e855344
commit
dee9487473
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ Bootstraps a HDFS/Hbase cluster with Ansible
|
||||||
## Usage
|
## 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 hadoop_path="/tmp" -e hdfs_cluster_id="test-cluster" hdfs-create.yml
|
||||||
$ ansible-playbook -i inventory.yml -e "hbase_path=/tmp" hbase-create.yml
|
$ ansible-playbook -i inventory.yml -e hbase_path="/tmp" hbase-create.yml
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue