Skip to content

Commit 2fc1f8b

Browse files
author
Ng Hoang Long
authored
Update docker-compose.yaml
1 parent e506361 commit 2fc1f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- "7077:7077"
1414
- "8888:8888"
1515
- "18080:18080"
16+
- "4040:4040"
1617
hostname: hadoop-spark-master
1718
command: ["sh", "-c", "service ssh start; ./start-cluster.sh; tail -f /dev/null"]
1819
hadoop-spark-slave1:
@@ -36,4 +37,4 @@ services:
3637

3738
networks:
3839
hadoop-spark:
39-
driver: bridge
40+
driver: bridge

0 commit comments

Comments
 (0)