Skip to content

Commit

Permalink
Merge pull request big-data-europe#23 from detobel36/patch-1
Browse files Browse the repository at this point in the history
Typing mistake
  • Loading branch information
gmouchakis authored Aug 22, 2018
2 parents 84bf64d + fb75d0c commit 627ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To deploy an example HDFS cluster, run:

`docker-compose` creates a docker network that can be found by running `docker network list`, e.g. `dockerhadoop_default`.

Run `docker network inpect` on the network (e.g. `dockerhadoop_default`) to find the IP the hadoop interfaces are published on. Access these interfaces with the following URLs:
Run `docker network inspect` on the network (e.g. `dockerhadoop_default`) to find the IP the hadoop interfaces are published on. Access these interfaces with the following URLs:

* Namenode: http://<dockerhadoop_IP_address>:50070/dfshealth.html#tab-overview
* History server: http://<dockerhadoop_IP_address>:8188/applicationhistory
Expand Down

0 comments on commit 627ee46

Please sign in to comment.