Skip to content

Commit

Permalink
Renamed dedicated to static to reduce confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruanghel committed Mar 20, 2016
1 parent c598a02 commit 5bea74e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ The following table will describe the most important variables:
The first step is to run the bootstrapping script that will setup the prerequisites on the cluster nodes.

```
cd ~/ansible-hadoop/ && bash bootstrap_dedicated.sh
cd ~/ansible-hadoop/ && bash bootstrap_static.sh
```


Expand All @@ -434,7 +434,7 @@ cd ~/ansible-hadoop/ && bash bootstrap_dedicated.sh
Then run the script that will install Ambari and build the cluster using Ambari Blueprints:

```
cd ~/ansible-hadoop/ && bash hortonworks_dedicated.sh
cd ~/ansible-hadoop/ && bash hortonworks_static.sh
```


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Similarly, run the bootstrap and hortonworks scripts (in this order), depending

- For static / prebuilt environments:
````
bash bootstrap_dedicated.sh
bash hortonworks_dedicated.sh
bash bootstrap_static.sh
bash hortonworks_static.sh
````


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5bea74e

Please sign in to comment.