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

Commit

Permalink
Modified defaults on rss and ss
Browse files Browse the repository at this point in the history
  • Loading branch information
foxish committed Sep 24, 2017
1 parent e00b2a9 commit 55a57cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/kubernetes-resource-staging-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
memory: 256Mi
limits:
cpu: 100m
memory: 256Mi
memory: 1Gi
volumeMounts:
- name: resource-staging-server-properties
mountPath: '/etc/spark-resource-staging-server'
Expand Down
2 changes: 1 addition & 1 deletion conf/kubernetes-shuffle-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
volumes:
- name: temp-volume
hostPath:
path: '/var/tmp' # change this path according to your cluster configuration.
path: '/tmp' # change this path according to your cluster configuration.
containers:
- name: shuffle
# This is an official image that is built
Expand Down

0 comments on commit 55a57cb

Please sign in to comment.