zuston commented on PR #2255: URL: https://github.com/apache/incubator-uniffle/pull/2255#issuecomment-2517166145
I do a quick review about this issue, and I hope I have gotten your motivation that you want to remote control the spark app to determinze whether to use uniffle or sort based shuffle manager. If so, I think the current code base have provided these ability to implement custom plugin to control this. For the client side, you could implement the custom shuffle manager to extend the DelegationShuffleManager to inject the extra info into the access request's `extraProperties` protobuf var. For the coordinator side, you also could implement custom checker to retrieve above extra properties to control app pass or not. -- 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]
