Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 55a57cb

Browse files
committed
Modified defaults on rss and ss
1 parent e00b2a9 commit 55a57cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/kubernetes-resource-staging-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
memory: 256Mi
4040
limits:
4141
cpu: 100m
42-
memory: 256Mi
42+
memory: 1Gi
4343
volumeMounts:
4444
- name: resource-staging-server-properties
4545
mountPath: '/etc/spark-resource-staging-server'

conf/kubernetes-shuffle-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
volumes:
3333
- name: temp-volume
3434
hostPath:
35-
path: '/var/tmp' # change this path according to your cluster configuration.
35+
path: '/tmp' # change this path according to your cluster configuration.
3636
containers:
3737
- name: shuffle
3838
# This is an official image that is built

0 commit comments

Comments
 (0)