This commit is contained in:
Ivan Ermilov 2018-02-05 13:24:35 +01:00
parent 301e2a18db
commit 4c7ce38961

View File

@ -1,6 +1,6 @@
# Changes
Version 1.1.0 introduces healthchecks for the containers.
Version 2.0.0 introduces uses wait_for_it script for the cluster startup
# Hadoop Docker
@ -9,6 +9,11 @@ To deploy an example HDFS cluster, run:
docker-compose up
```
Or deploy in swarm:
```
docker stack deploy -c docker-compose-v3.yml hadoop
```
The configuration parameters can be specified in the hadoop.env file or as environmental variables for specific services (e.g. namenode, datanode etc.):
```
CORE_CONF_fs_defaultFS=hdfs://namenode:8020