[ 
https://issues.apache.org/jira/browse/SPARK-33170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215706#comment-17215706
 ] 

Apache Spark commented on SPARK-33170:
--------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/30073

> 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
>            Priority: Major
>
> 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