L. C. Hsieh created SPARK-33170:
-----------------------------------

             Summary: Add SQL config to control fast-fail behavior in 
FileFormatWriter
                 Key: SPARK-33170
                 URL: https://issues.apache.org/jira/browse/SPARK-33170
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.1.0
            Reporter: L. C. Hsieh
            Assignee: L. C. Hsieh


In SPARK-29649, we catch `FileAlreadyExistsException` in `FileFormatWriter` and 
fail fast for the task set to prevent task retry.

After latest discussion, it is important to be able to keep original behavior 
that is to retry tasks even `FileAlreadyExistsException` is thrown, because 
`FileAlreadyExistsException` could be recoverable in some cases.

We are going to add a config we can control this behavior and set it false for 
fast-fail by default.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to