mridulm commented on PR #45661: URL: https://github.com/apache/spark/pull/45661#issuecomment-2019551339
A move between disks requires actual data copy, while a mv within the same disk is simply a metadata operation. Having said that, if the disk doing < 1MBps transfer rates, there are some severe infra issues to be sorted out. I agree with @cloud-fan - I am not in favor of complicating spark code for handling extremely degenerate cases like this. -- 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]
