zhengchenyu opened a new issue, #1239:
URL: https://github.com/apache/incubator-uniffle/issues/1239

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/incubator-uniffle/issues) and found no 
similar issues.
   
   
   ### Describe the proposal
   
   Some RSS jobs may run on low-storage machines, and we want to avoid using 
local disk as much as possible.
   In fact, the merge process in the shuffle phase uses more local disks.
   There are two ways to solve this problem:
   
   1. Spill to merged data to remote fs.
   2. Merge on the shuffle server side.
   
   First way have been supported for mr. Tez is developing in 
https://github.com/apache/incubator-uniffle/issues/1231.
   We will try the second way in this issue.
   
   ### Task list
   
   TODO:
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


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

Reply via email to