Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/4066#issuecomment-73802711
  
    After over 400 runs, I haven't seen any missing output so I think it's safe 
to say that this fixed the bug.  I did notice that speculative tasks sometimes 
fail with exceptions after the job finishes, but they fail in the 
`SparkHadoopWriter.open()` call because the `_temporary` directory has already 
been deleted.  This is some annoying log noise, but it shouldn't impact 
correctness.  These spurious task failures won't cause the job to fail because 
they only occur after the job has committed.


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

Reply via email to