dongjoon-hyun opened a new pull request #32730:
URL: https://github.com/apache/spark/pull/32730


   ### What changes were proposed in this pull request?
   
   This PR aims to recover the shuffle data inside the remounted PVCs.
   The lifecycle of PVCs are tied to the one of Spark jobs.
   Since this is K8s specific feature, `ShuffleDataIO` plugin is used.
   
   ### Why are the changes needed?
   
   Although Pod is killed, we can remount PVCs and recover some data from it.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the newly added test cases.


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

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