Skip to content

Commit 7220250

Browse files
committed
+ Fixed comment
1 parent f0f7e78 commit 7220250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose_cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- hdfs-master-checkpoint-data:/home/hadoop/data/namesecondary
2626
deploy:
2727
mode: global # Required by Docker Swarm to make published ports work with other services
28-
endpoint_mode: dnsrr # Required to prevent
28+
endpoint_mode: dnsrr # Required to prevent java.net.ConnectException
2929
placement:
3030
# Set node labels using `docker node update --label-add role=master <NODE ID>` from swarm manager
3131
constraints:

0 commit comments

Comments
 (0)