Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.3, 2.1.1, 2.2.0
-
None
Description
The PR (https://github.com/apache/spark/pull/17012) can to fix restart a Structured Streaming application using hdfs as fileSystem, but also exist a problem that a tmp file of delta file is still reserved in hdfs. And Structured Streaming don't delete the tmp file generated when restart streaming job in future, so we need to delete the tmp file after restart streaming job.
Attachments
Issue Links
- is related to
-
SPARK-19677 HDFSBackedStateStoreProvider fails to overwrite existing file
- Resolved
- links to