turboFei commented on PR #6876:
URL: https://github.com/apache/kyuubi/pull/6876#issuecomment-2566045193
Note that:
```
kyuubi.kubernetes.spark.autoCreateFileUploadPath.enabled=true
spark.kubernetes.file.upload.path=hdfs://hadoop-cluster/spark-upload-{{YEAR}}{{MONTH}}
```
Spark would create sub dir `s"spark-upload-${UUID.randomUUID()}"` under the
`spark.kubernetes.file.upload.path` for each uploading, the administer still
need to cleanup the staging directory periodically.
--
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]