You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`docker-compose` creates a docker network that can be found by running `docker network list`, e.g. `dockerhadoop_default`.
26
+
27
+
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:
The configuration parameters can be specified in the hadoop.env file or as environmental variables for specific services (e.g. namenode, datanode etc.):
18
38
```
19
39
CORE_CONF_fs_defaultFS=hdfs://namenode:8020
@@ -23,7 +43,7 @@ CORE_CONF corresponds to core-site.xml. fs_defaultFS=hdfs://namenode:8020 will b
@@ -37,10 +57,3 @@ The available configurations are:
37
57
* /etc/hadoop/mapred-site.xml MAPRED_CONF
38
58
39
59
If you need to extend some other configuration file, refer to base/entrypoint.sh bash script.
40
-
41
-
After starting the example Hadoop cluster, you should be able to access interfaces of all the components (substitute domain names by IP addresses from ```network inspect dockerhadoop_default``` command):
0 commit comments