We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f7e78 commit 7220250Copy full SHA for 7220250
docker-compose_cluster.yml
@@ -25,7 +25,7 @@ services:
25
- hdfs-master-checkpoint-data:/home/hadoop/data/namesecondary
26
deploy:
27
mode: global # Required by Docker Swarm to make published ports work with other services
28
- endpoint_mode: dnsrr # Required to prevent
+ endpoint_mode: dnsrr # Required to prevent java.net.ConnectException
29
placement:
30
# Set node labels using `docker node update --label-add role=master <NODE ID>` from swarm manager
31
constraints:
0 commit comments