hiboyang commented on pull request #34672:
URL: https://github.com/apache/spark/pull/34672#issuecomment-1012360636


   Thanks folks for keeping working on this! ShuffleManager is actually pretty 
good in Spark, agree we should make it as public API (maybe with small 
modification as discussed here).
   
   ShuffleBlockResolver is tightly coupled with current open source Spark 
shuffle implementation to get shuffle blocks, other shuffle implementation may 
not need it, e.g., Uber's RSS (Zeus) does not need it. It will be nice to make 
ShuffleBlockResolver optional in ShuffleManager, or even remove it from public 
API.
   
   


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