lfspace opened a new pull request, #39604:
URL: https://github.com/apache/spark/pull/39604
What changes were proposed in this pull request?
In k8s the host-path config to spark-local-dir ,Spark job clearup the
shuffle tmp dirs when it is finished.
Why are the changes needed?
The shuffle data will filled the disks of tmp dirs.
Does this PR introduce any user-facing change?
How was this patch tested?
In yaml config:
```
driver:
volumeMounts:
- name: "spark-local-dir-1"
mountPath: "/shuff/data"
executor:
volumeMounts:
- name: "spark-local-dir-1"
mountPath: "/shuff/data"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]