Skip to content

Commit a9a855f

Browse files
committed
update hadoop stack example
1 parent 571e8e4 commit a9a855f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/hadoop/cluster.yaml examples/hadoop-stack/cluster.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ spec:
250250
value: "hadoopcluster"
251251
resources:
252252
requests:
253-
cpu: "0.1"
254-
memory: 0.5Gi
253+
cpu: "100m"
254+
memory: 1Gi
255255
limits:
256256
cpu: "1"
257257
memory: 2Gi
@@ -288,8 +288,8 @@ spec:
288288
value: "hadoopcluster"
289289
resources:
290290
requests:
291-
cpu: "0.1"
292-
memory: 0.5Gi
291+
cpu: "100m"
292+
memory: 1Gi
293293
limits:
294294
cpu: "1"
295295
memory: 2Gi

0 commit comments

Comments
 (0)