[ 
https://issues.apache.org/jira/browse/SPARK-46215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-46215.
-----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 44127
[https://github.com/apache/spark/pull/44127]

> Improve `FileSystemPersistenceEngine` to allow non-exist parents
> ----------------------------------------------------------------
>
>                 Key: SPARK-46215
>                 URL: https://issues.apache.org/jira/browse/SPARK-46215
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 4.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> To prevent the following
> {code}
> info]   java.io.IOException: No such file or directory
> [info]   at java.base/java.io.UnixFileSystem.createFileExclusively(Native 
> Method)
> [info]   at java.base/java.io.File.createNewFile(File.java:1043)
> [info]   at 
> org.apache.spark.deploy.master.FileSystemPersistenceEngine.serializeIntoFile(FileSystemPersistenceEngine.scala:62)
> [info]   at 
> org.apache.spark.deploy.master.FileSystemPersistenceEngine.persist(FileSystemPersistenceEngine.scala:45)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to