Github user zsxwing commented on the issue:
https://github.com/apache/spark/pull/14396
@JoshRosen LGTM for the current patch. However, I have a question about the
following description in your PR:
> At file download time, Spark tasks will fail with exceptions if an
executor already has a local copy of a file and that file's contents do not
match the contents of the file being downloaded / added.
`Utils.fetchFile` will skip the downloading step if a local copy exists.
Hence it won't check the content. I think the file content checking is just to
prevent from hash code conflicts for caching file names.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]