Replies: 2 comments 1 reply
-
|
@linhr Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Currently, Sail supports streaming shuffle, meaning that the data being exchanged among workers stay in memory. We have a plan to support blocking shuffle so that the data can be persisted and reused when a worker fails. We will likely start with object storage (AWS S3 or similar services supported by the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Sail currently support a shuffle management mechanism similar to Spark’s native External Shuffle Service (ESS)? In large-scale shuffle scenarios, how does Sail manage and persist shuffle data, especially when shuffle data exceeds memory capacity or when worker nodes fail?
Beta Was this translation helpful? Give feedback.
All reactions