Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
earthquakesan committed Feb 5, 2018
1 parent 301e2a1 commit 4c7ce38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 4c7ce38

Please sign in to comment.