Skip to content

Commit af9a43d

Browse files
committed
Add output and check functionality
1 parent 5ce90c9 commit af9a43d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hadoop-spark-cluster/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ services:
104104
deploy:
105105
resources:
106106
limits:
107-
cpus: '1'
108-
memory: 1G
107+
cpus: '2'
108+
memory: 2G
109109

110110
spark-worker:
111111
build:
@@ -128,8 +128,8 @@ services:
128128
deploy:
129129
resources:
130130
limits:
131-
cpus: '1'
132-
memory: 1G
131+
cpus: '2'
132+
memory: 2G
133133

134134
volumes:
135135
hadoop_namenode:

0 commit comments

Comments
 (0)