From fb75d0cb86646e9e8814885ad1f4f7b447a17450 Mon Sep 17 00:00:00 2001 From: detobel36 Date: Fri, 3 Aug 2018 11:32:53 +0200 Subject: [PATCH] Typing mistake `inspect` and not `inpect` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab9908a..a998ae1 100644 --- a/README.md +++ b/README.md @@ -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://:50070/dfshealth.html#tab-overview * History server: http://:8188/applicationhistory