zhengchenyu commented on PR #1925:
URL: 
https://github.com/apache/incubator-uniffle/pull/1925#issuecomment-2235241503

   > Will be these methods used for client?
   
   These methods will be used for client(only reduce) and shuffle server
   
   * (1) Shuffle server will merge the sorted records from the map side, so use 
these method.
   * (2) In client side, for reduce that processes data from multiple 
partitions, will use these method to merge. (Note: Redcue of tez and spark may 
process multiple partitions, But the reduce of Hadoop MapReduce only process 
one partition.)
   


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