vanzin commented on issue #24879: [SPARK-28042][K8S] Support using volume mount as local storage URL: https://github.com/apache/spark/pull/24879#issuecomment-512445770 I'm not saying "just use pod templates". I'm saying "use pod templates to mount volume into the container, and add a `spark-local-dir` tag to the mounts" or something. Spark then just needs to check which mounts from the template have that tag, and adjust the local dir configuration accordingly. The current approach in the PR, which uses the old-style mount configs, is awkward to use, and I'd rather avoid it.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
