Skip to content

Commit a6aeca7

Browse files
authored
Update README.md
1 parent 7b6ffea commit a6aeca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ wget -qO- https://raw.githubusercontent.com/academyofdata/clusterdock/master/clu
99

1010
once the docker cluster is running (there should be two nodes started with the default startup options) issue the following command to download all the files required and put them onto HDFS
1111

12+
```
1213
sudo docker exec -ti \`sudo docker ps | grep clusterdock | grep secondary | head -1 | awk '{print $1}'\` bash -c "wget -qO- https://raw.githubusercontent.com/academyofdata/clusterdock/master/get2hdfs.sh | bash -s"
13-
14+
```
1415

1516
Otherwise, one can log in to one of the containers (the secondary node in the example below) with the following command
1617

0 commit comments

Comments
 (0)