diff --git a/conf/kubernetes-resource-staging-server.yaml b/conf/kubernetes-resource-staging-server.yaml index 697ec1721c427..18b446574fdaa 100644 --- a/conf/kubernetes-resource-staging-server.yaml +++ b/conf/kubernetes-resource-staging-server.yaml @@ -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' diff --git a/conf/kubernetes-shuffle-service.yaml b/conf/kubernetes-shuffle-service.yaml index 8fe2008638530..6f02106ff06c5 100644 --- a/conf/kubernetes-shuffle-service.yaml +++ b/conf/kubernetes-shuffle-service.yaml @@ -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