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: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to