dongjoon-hyun opened a new pull request #29331:
URL: https://github.com/apache/spark/pull/29331


   ### What changes were proposed in this pull request?
   
   This PR aims to add `StorageLevel.DISK_ONLY_3` as a built-in `StorageLevel`.
   
   ### Why are the changes needed?
   
   Disaggregate clusters or clusters without storage services like HDFS are 
increasing. Previously, the users were able to use similar `MEMORY_AND_DISK_2` 
or a user-created StorageLevel . This PR aims to support it officially.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. This provides a new built-in option.
   
   ### How was this patch tested?
   
   Pass the GitHub Action or Jenkins with the revised test cases.


----------------------------------------------------------------
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]

Reply via email to