dongjoon-hyun opened a new pull request #29472:
URL: https://github.com/apache/spark/pull/29472
### What changes were proposed in this pull request?
This PR aims to support replacements of
SPARK_APPLICATION_ID/SPARK_EXECUTOR_ID in SPARK_LOCAL_DIRS of K8s executor
configuration.
### Why are the changes needed?
Currently, the default directory name is
`/var/data/spark-${UUID.randomUUID}`. This provides users more controllability.
### Does this PR introduce _any_ user-facing change?
Yes because this is a new feature.
### How was this patch tested?
Pass the newly added test case.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]